Commit 3fbba767 by YangChengYuan

修复单价bug

parent 0e1bbb63
......@@ -19,7 +19,7 @@
</i-col>
<i-col span="12" offset='1' i-class='order-info'>
<view>{{item.title}}</view>
<view>¥{{item.total_fee+" x "+item.extras.sign_limits}}</view>
<view>¥{{item.extras.price+" x "+item.extras.sign_limits}}</view>
<view>{{item.extras.nickname+":"+item.extras.phone}}</view>
<view>{{item.extras.address}}</view>
</i-col>
......
......@@ -15,7 +15,7 @@
"compileType": "miniprogram",
"libVersion": "2.3.2",
"appid": "wx1b834552a7d49bb3",
"projectname": "%E7%BE%8E%E8%A1%8C%E8%80%85%E4%BA%B2%E5%AD%90%E6%B8%B8(UI)",
"projectname": "%E7%BE%8E%E8%A1%8C%E8%80%85UI",
"debugOptions": {
"hidedInDevtools": []
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment