确认订单页面及收银台页面调整
This commit is contained in:
BIN
uni_modules/oct-pay/.DS_Store
vendored
Normal file
BIN
uni_modules/oct-pay/.DS_Store
vendored
Normal file
Binary file not shown.
@@ -30,6 +30,15 @@
|
||||
<radio value="alipay" :checked="payIndex === 0" :color="color" />
|
||||
</label>
|
||||
</view>
|
||||
<view class="radio--item" v-if="pay === 'dtpay'">
|
||||
<label class="radio-flex">
|
||||
<view class="radio--text">
|
||||
<image class="radio--icon" src="../../static/dtpay.png" mode="widthFix"></image>
|
||||
DT积分
|
||||
</view>
|
||||
<radio value="alipay" :checked="payIndex === 0" :color="color" />
|
||||
</label>
|
||||
</view>
|
||||
</block>
|
||||
</radio-group>
|
||||
<!-- 提交支付 -->
|
||||
@@ -77,7 +86,8 @@
|
||||
payPlatform: {
|
||||
type: Array,
|
||||
default: ()=> {
|
||||
return ["wxpay", "alipay"]
|
||||
return ["dtpay"];
|
||||
// return ["wxpay", "alipay","dtpay"];
|
||||
}
|
||||
},
|
||||
// 支付编号
|
||||
@@ -170,7 +180,7 @@
|
||||
}
|
||||
}
|
||||
&>.footer{
|
||||
margin-top: $margin;
|
||||
margin-top: $margin * 4;
|
||||
.footer--pay{
|
||||
height: 90rpx;
|
||||
line-height: 90rpx;
|
||||
|
||||
BIN
uni_modules/oct-pay/static/dtpay.png
Normal file
BIN
uni_modules/oct-pay/static/dtpay.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user