Browse Source

驻场bug修改

feature/v1.1
xpz2018 5 years ago
parent
commit
b36494ed9e
4 changed files with 6 additions and 5 deletions
  1. 2
      pages/formate.wxs
  2. 3
      pages/home/customer-info/index.wxml
  3. 4
      pages/home/customer-list/index.wxml
  4. 2
      project.config.json

2
pages/formate.wxs

@ -60,7 +60,7 @@ function formateAmount(amount) {
}
function formateWeight(weight) {
return Number(weight).toFixed(3)
return (parseFloat(weight) / 1000).toFixed(2)
}
module.exports = {

3
pages/home/customer-info/index.wxml

@ -54,8 +54,9 @@
<text class="text-df text-white" style="margin-top:36rpx;text-align:center">
<text>邀请</text>
<text class="text-blue">{{customerName}}</text>
<text>邀请注册纸通宝</text>
<text>注册纸通宝</text>
</text>
<text class="text-df text-white" style="text-align:center">请让客户使用微信进行扫码注册</text>
<van-icon name="close" color="white" size="36px" custom-style="margin-top:48px" catch:tap="onClickHideEmbedded" />
</view>
</van-overlay>

4
pages/home/customer-list/index.wxml

@ -45,9 +45,9 @@
<text class="text-df text-white" style="margin-top:36rpx;text-align:center">
<text>邀请</text>
<text class="text-blue">{{customerName}}</text>
<text>邀请注册纸通宝</text>
<text>注册纸通宝</text>
</text>
<text class="text-df text-white" style="text-align:center">请让客户使用微信进行扫码</text>
<text class="text-df text-white" style="text-align:center">请让客户使用微信进行扫码注册</text>
<van-icon name="close" color="white" size="36px" custom-style="margin-top:48px" catch:tap="onClickHideEmbedded" />
</view>
</van-overlay>

2
project.config.json

@ -40,7 +40,7 @@
"minifyWXSS": true
},
"compileType": "miniprogram",
"libVersion": "2.15.0",
"libVersion": "2.16.0",
"appid": "wx8214a7f3614a3340",
"projectname": "ztb-saas-mini",
"debugOptions": {

Loading…
Cancel
Save