|
@@ -99,7 +99,7 @@
|
|
|
|
|
|
<view v-if="currentPlatform =='android'" class="pay-btn" @touchstart="creatOrder">立即支付
|
|
|
</view>
|
|
|
- <view class="pay-btn" v-if="currentPlatform =='ios'" @touchstart="creatOrderIos">立即支付</view>
|
|
|
+ <view class="pay-btn" v-if="currentPlatform =='ios'" @touchstart="creatOrderIos">立即支付</view>
|
|
|
</view>
|
|
|
<detail-dialog ref="mallDetailPopup" :selected-list="getSelectedProducts"></detail-dialog>
|
|
|
|
|
@@ -186,6 +186,8 @@
|
|
|
}
|
|
|
|
|
|
function productBtn(item) {
|
|
|
+ console.log('item', item);
|
|
|
+ return
|
|
|
mallProductPopup.value.detailShow(item);
|
|
|
}
|
|
|
|
|
@@ -299,7 +301,9 @@
|
|
|
26: 'ezyYyZrpdL4', //自然拼读 L4
|
|
|
27: 'ezyYyZrpdL5', //自然拼读 L5
|
|
|
28: 'ezyYyZrpdL1L5', //自然拼读 L1-l5
|
|
|
- 29: ' ezySxJstxL1L6' //计算特训 L1-L6
|
|
|
+ 29: ' ezySxJstxL1L6', //计算特训 L1-L6
|
|
|
+ 30: ' ezySxTjmtL3L6', //图解母题L3-L6
|
|
|
+ 31: ' ezySxTjmtL5L6' //图解母题L5-L6
|
|
|
};
|
|
|
const firstId = cardIds.length > 0 ? cardIds[0] : null;
|
|
|
if (firstId) {
|
|
@@ -447,7 +451,7 @@
|
|
|
fail: (e) => {
|
|
|
uni.hideLoading();
|
|
|
toast("失败或取消支付")
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
})
|
|
|
},
|