|
@@ -68,7 +68,7 @@
|
|
|
<view class="item-texts"><text>微信支付</text></view>
|
|
|
</view>
|
|
|
<view class="item-r">
|
|
|
- <text class="iconfont icon-gougou"></text>
|
|
|
+ <text class="iconfont icon-duigou"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pay-item" :class="{ 'current' : tabCurrentIndex === 1}" @click="tabClick(1)" >
|
|
@@ -80,7 +80,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item-r">
|
|
|
- <text class="iconfont icon-gougou"></text>
|
|
|
+ <text class="iconfont icon-duigou"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="pay-item" :class="{ 'current' : tabCurrentIndex === 2}" @click="tabClick(2)" >
|
|
@@ -92,7 +92,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="item-r">
|
|
|
- <text class="iconfont icon-gougou"></text>
|
|
|
+ <text class="iconfont icon-duigou"></text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -272,6 +272,9 @@
|
|
|
case 1:
|
|
|
this.$api.navigateTo(`/pages/user/order/order-pay?type=1&orderID=${this.orderID}`)
|
|
|
break;
|
|
|
+ case 2:
|
|
|
+ this.$api.navigateTo(`/pages/user/order/order-pay?type=2&orderID=${this.orderID}`)
|
|
|
+ break;
|
|
|
}
|
|
|
}
|
|
|
},
|
|
@@ -414,7 +417,7 @@
|
|
|
&.current{
|
|
|
border-color:$color-system;
|
|
|
.item-r{
|
|
|
- .icon-gougou{
|
|
|
+ .icon-duigou{
|
|
|
color: $color-system;
|
|
|
}
|
|
|
}
|
|
@@ -459,10 +462,10 @@
|
|
|
}
|
|
|
.item-r{
|
|
|
flex: 2;
|
|
|
- text-align: right;
|
|
|
+ text-align: center;
|
|
|
line-height: 96rpx;
|
|
|
- .icon-gougou{
|
|
|
- font-size: 66rpx;
|
|
|
+ .icon-duigou{
|
|
|
+ font-size: 60rpx;
|
|
|
color: #FFFFFF;
|
|
|
}
|
|
|
}
|