Browse Source

no message

feature/v1.0
xpz2018 5 years ago
parent
commit
4135f67428
2 changed files with 4 additions and 4 deletions
  1. 4
      pages/login/index.js
  2. 4
      pages/process/order-info/index.wxml

4
pages/login/index.js

@ -23,8 +23,8 @@ Page({
loging: false,
regist: false,
metaData: null,
// code: null,
code: '?mark=cloudprint&QrCodeRecordId=554273274725535744'
code: null,
// code: '?mark=cloudprint&QrCodeRecordId=554273274725535744'
},
/************************************** 初始化登录流程 ********************************************/
onLoad: function (options) {

4
pages/process/order-info/index.wxml

@ -114,12 +114,12 @@
<view class="text-gray">{{form.settleUnitPrice}}</view>
</view>
</van-cell>
<van-cell>
<!-- <van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">扣减金额(元)</view>
<view class="text-gray">{{form.deductPrice || ''}}</view>
</view>
</van-cell>
</van-cell> -->
<van-cell>
<view slot="title" class="flex flex-justify">
<view class="text-black">结算金额(元)</view>

Loading…
Cancel
Save