完善小程序
This commit is contained in:
@@ -34,14 +34,31 @@
|
||||
|
||||
<view style="display: flex;flex-direction: column;margin-left:16px;box-sizing: border-box;">
|
||||
|
||||
<text style="color: #000;font-size: 14px;font-weight: 600;font-family: sans-serif;"
|
||||
@click="itemClick(item.goodsSid)">{{item.goodsName}}</text>
|
||||
<text style="margin-top: 6px;color: #999;font-size: 12px;">{{item.goodsContent}}</text>
|
||||
<view style="display: flex;flex-direction: row;align-items: center;">
|
||||
<text
|
||||
style="color: #000;font-size: 14px;font-weight: 600;font-family: sans-serif;flex: 1;"
|
||||
@click="itemClick(item.goodsSid)">{{item.goodsName}}</text>
|
||||
|
||||
<text
|
||||
style="color: #FF5006;margin-left: 10px;font-size: 16px;">¥{{item.packprice}}</text>
|
||||
</view>
|
||||
<!-- <text style="margin-top: 6px;color: #999;font-size: 12px;">{{item.goodsContent}}</text> -->
|
||||
|
||||
<view style="display: flex;flex-direction: row;align-items: center;margin-top: 8px;">
|
||||
<!-- :class="item.state=='0'?'oragin':'gray'" -->
|
||||
<text style="border: 1px #EE752F solid; border-radius: 5px; padding: 0px 8px;
|
||||
font-size: 10px;color: #EE752F;">{{item.weight}}</text>
|
||||
<text
|
||||
style="border: 1px #EE752F solid; border-radius: 5px; padding: 0px 8px;margin-left: 10px;
|
||||
font-size: 10px;color: #EE752F;">{{item.quantityOfPackage}}{{item.unitName}}/{{item.packUnit}}</text>
|
||||
|
||||
</view>
|
||||
|
||||
|
||||
<view style="display: flex;flex-direction: row;align-items: center;margin-top: 15px;">
|
||||
|
||||
<text style="color: #E36443;font-size: 12px;">{{item.goodsFs}}</text>
|
||||
<text style="color: #E36443;margin-left: 10px;font-size: 12px;">{{item.goodsJs}}</text>
|
||||
<!-- <text style="color: #E36443;margin-left: 10px;font-size: 12px;">{{item.goodsJs}}</text> -->
|
||||
<!-- <text
|
||||
style="margin-left: 10px;color: #E36443;border: 1px #E36443 solid;border-radius: 8px;padding: 1px 10px;font-size: 12px;">{{item.price}}</text> -->
|
||||
|
||||
@@ -212,8 +229,11 @@
|
||||
let _this = this
|
||||
|
||||
var params = {
|
||||
customerSid: this.page.customerSid,
|
||||
transferSid: this.page.codeKey
|
||||
customerSid: this.page.customerSid, // c89f8631-e401-4010-a223-0caf3fabd5c6
|
||||
transferSid: this.page.codeKey, //e2a9f5be-0abc-4146-a1e9-7e4148458d20
|
||||
|
||||
customerSid: 'c89f8631-e401-4010-a223-0caf3fabd5c6', // c89f8631-e401-4010-a223-0caf3fabd5c6
|
||||
transferSid: 'e2a9f5be-0abc-4146-a1e9-7e4148458d20' //e2a9f5be-0abc-4146-a1e9-7e4148458d20
|
||||
}
|
||||
|
||||
console.log("params+++++++++++++++", params);
|
||||
|
||||
Reference in New Issue
Block a user