liudan 5 months ago
parent 1a588d4d59
commit 392342f25a
  1. 4
      manifest.json
  2. 16
      pages/users/order_confirm/index.vue

@ -2,8 +2,8 @@
"name" : "启橙易购",
"appid" : "__UNI__241B89A",
"description" : "",
"versionName" : "1.4.0",
"versionCode" : 140,
"versionName" : "1.6.0",
"versionCode" : 160,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -344,12 +344,12 @@
</view>
</form>
</view>
<!-- <view class='wrapper'>
<view class='wrapper'>
<view class='item'>
<view>支付方式</view>
<view class='list'> -->
<view class='list'>
<!-- #ifdef H5 -->
<!-- <view class='payItem acea-row row-middle' :class='active==index ?"on":""' @tap='payItem(index)'
<view class='payItem acea-row row-middle' :class='active==index ?"on":""' @tap='payItem(index)'
v-for="(item,index) in cartArr" :key='index' v-if="item.payStatus==1">
<view class='name acea-row row-center-wrapper'>
<view class='iconfont animated'
@ -362,10 +362,10 @@
{{userInfo.now_money}}
</block>
</view>
</view> -->
</view>
<!-- #endif -->
<!-- #ifdef MP || APP-PLUS -->
<!-- <view class='payItem acea-row row-middle' :class='active==index ?"on":""' @tap='payItem(index)'
<view class='payItem acea-row row-middle' :class='active==index ?"on":""' @tap='payItem(index)'
v-for="(item,index) in cartArr" :key='index' v-if="item.payStatus==1">
<view class='name acea-row row-center-wrapper'>
<view class='iconfont animated'
@ -378,11 +378,11 @@
{{userInfo.now_money}}
</block>
</view>
</view> -->
</view>
<!-- #endif -->
<!-- </view>
</view>
</view> -->
</view>
</view>
<view class='moneyList'>
<view class='item acea-row row-between-wrapper'>
<view>商品总价</view>

Loading…
Cancel
Save