问题修复
This commit is contained in:
@@ -893,7 +893,7 @@ const goToPay = async (payParams) => {
|
||||
}
|
||||
// 余额支付
|
||||
if (payParams.payType == "accountPay") {
|
||||
if (orderVIP.value.payPwd == "") {
|
||||
if (orderVIP.value.payPwd == "" &&userInfo.usePayPwd) {
|
||||
uni.showModal({
|
||||
title: "提示",
|
||||
content: "您还未设置支付密码,是否去设置?",
|
||||
|
||||
@@ -376,7 +376,7 @@
|
||||
:class="'c' + (index1 + 1)"
|
||||
>TOP{{ index1 + 1 }}</view
|
||||
>
|
||||
<view class="limitDiscount" v-else-if="showLimitDiscount(item1)"
|
||||
<view class="limitDiscount" v-else-if="item1.is_time_discount"
|
||||
>限时折扣</view
|
||||
>
|
||||
<view class="goods_right" style="overflow: hidden">
|
||||
@@ -1962,7 +1962,7 @@ const totalPrices = computed(() => {
|
||||
}
|
||||
});
|
||||
}
|
||||
if (limitTimeDiscountRes.value && limitTimeDiscountRes.value.id) {
|
||||
if (limitTimeDiscountRes.value && limitTimeDiscountRes.value.id && item.is_time_discount==1) {
|
||||
//限时折扣
|
||||
const price = orderUtils.returnPrice({
|
||||
goods: item,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<view class="color-333 font-16 font-700" style="margin-top: 60rpx;">密码支付</view>
|
||||
<view class="box_item flex-between">
|
||||
<text class="top_box_one_text">当前账号</text>
|
||||
<input type="number" v-model="form.mobile" placeholder="请输入手机号" maxlength="11" :disabled="true" />
|
||||
<input type="number" v-model="form.mobile" placeholder="请输入手机号" maxlength="11" :disabled="false" />
|
||||
<view class="top_box_one_texts">
|
||||
<view v-if="datalist.showText == true" class="yzm" @click="CodeRegister">{{ datalist.Recapture }}
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user