Commit 49d4edfe authored by mengcuiguang's avatar mengcuiguang

添加ios支付及标记

parent 6abbc877
...@@ -272,9 +272,9 @@ ...@@ -272,9 +272,9 @@
errMsg, errMsg,
errCode errCode
}) { }) {
alert({ // alert({
content: 'errCode=' + errCode + ' errMsg=' + errMsg // content: 'errCode=' + errCode + ' errMsg=' + errMsg
}); // });
if (that.isFirstPayFlag && errCode == -2) { if (that.isFirstPayFlag && errCode == -2) {
// 符合首充 // 符合首充
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</view> </view>
<view v-if="os === 'ios' && xxxPayFlag " <view v-if="(os === 'ios' && xxxPayFlag)|| os === 'android'"
style="display: flex;flex-direction: row;background: #f5ca86;margin: 20rpx;padding: 40rpx;border-radius:20rpx;align-items: center;justify-content:space-between;"> style="display: flex;flex-direction: row;background: #f5ca86;margin: 20rpx;padding: 40rpx;border-radius:20rpx;align-items: center;justify-content:space-between;">
<view style="display: flex;flex-direction: column;justify-content: center;"> <view style="display: flex;flex-direction: column;justify-content: center;">
<view style="font-size: 36rpx;color: #5b1500;font-weight: 777;"> <view style="font-size: 36rpx;color: #5b1500;font-weight: 777;">
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
src="https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/bg_my_vip.png" mode="scaleToFill"></image> src="https://mints-pkg.oss-cn-beijing.aliyuncs.com/pkg/bg_my_vip.png" mode="scaleToFill"></image>
</view> </view>
<view v-if="os === 'ios' && xxxPayFlag " <view v-if="(os === 'ios' && xxxPayFlag)|| os === 'android'"
style="display: flex;height: 200rpx;margin: 20rpx;background: #f5ca86;border-radius: 20rpx;"> style="display: flex;height: 200rpx;margin: 20rpx;background: #f5ca86;border-radius: 20rpx;">
<view style="flex-grow: 2; margin-left: 20rpx;"> <view style="flex-grow: 2; margin-left: 20rpx;">
<view <view
...@@ -67,15 +67,15 @@ ...@@ -67,15 +67,15 @@
<view class="infobg" style="margin: 20rpx;"> <view class="infobg" style="margin: 20rpx;">
<view v-if="os === 'ios' && xxxPayFlag " class="item arrow" @click="handlePayRecord"> <view v-if="(os === 'ios' && xxxPayFlag)|| os === 'android'" class="item arrow" @click="handlePayRecord">
我的订单 我的订单
<view class="item_bd ellipsis" style="margin-left: 58rpx;"></view> <view class="item_bd ellipsis" style="margin-left: 58rpx;"></view>
</view> </view>
<view v-if="os === 'ios' && xxxPayFlag " class="item arrow" @click="handleDotRecord"> <view v-if="(os === 'ios' && xxxPayFlag)|| os === 'android'" class="item arrow" @click="handleDotRecord">
看点记录 看点记录
<view class="item_bd ellipsis" style="margin-left: 58rpx;"></view> <view class="item_bd ellipsis" style="margin-left: 58rpx;"></view>
</view> </view>
<view v-if="os === 'ios' && xxxPayFlag " class="item arrow" @click="handleUseDotRecord"> <view v-if="(os === 'ios' && xxxPayFlag)|| os === 'android'" class="item arrow" @click="handleUseDotRecord">
消费记录 消费记录
<view class="item_bd ellipsis" style="margin-left: 58rpx;"></view> <view class="item_bd ellipsis" style="margin-left: 58rpx;"></view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment