提交
This commit is contained in:
@@ -6,8 +6,8 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
// socketUrl = "ws://localhost:6001/";
|
// socketUrl = "ws://localhost:6001/";
|
||||||
// baseUrl = "https://twin-ui.com/demo/";
|
// baseUrl = "https://twin-ui.com/demo/";
|
||||||
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
|
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
|
||||||
// baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
||||||
baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑
|
// baseUrl = "http://192.168.110.100:9200/pb/"; // 开发用电脑
|
||||||
// baseUrl = "http://59.110.212.44:9200/pb/";
|
// baseUrl = "http://59.110.212.44:9200/pb/";
|
||||||
// baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑
|
// baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑
|
||||||
// baseUrl = "http://192.168.110.110:9200/pb/";
|
// baseUrl = "http://192.168.110.110:9200/pb/";
|
||||||
|
|||||||
@@ -12,8 +12,8 @@
|
|||||||
"src" : "图片路径"
|
"src" : "图片路径"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versionName" : "1.2.49",
|
"versionName" : "1.2.50",
|
||||||
"versionCode" : 1249,
|
"versionCode" : 1250,
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
"compatible" : {
|
"compatible" : {
|
||||||
"ignoreVersion" : true
|
"ignoreVersion" : true
|
||||||
|
|||||||
@@ -116,7 +116,7 @@
|
|||||||
|
|
||||||
<view>
|
<view>
|
||||||
<template v-if="v.type == 'tingshu'">
|
<template v-if="v.type == 'tingshu'">
|
||||||
222
|
<!-- 222 -->
|
||||||
</template>
|
</template>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
@@ -382,15 +382,21 @@ import { data } from 'jquery';
|
|||||||
}else if(payItem.paymentMethod == 3){
|
}else if(payItem.paymentMethod == 3){
|
||||||
// 苹果充值
|
// 苹果充值
|
||||||
console.log('苹果二次支付')
|
console.log('苹果二次支付')
|
||||||
if(this.isAndorid){
|
uni.showModal({
|
||||||
uni.showModal({
|
content:'apple内购订单不支持继续支付,请重新发起支付申请并完成支付',
|
||||||
title:'提示',
|
confirmText:'好的',
|
||||||
showCancel:false,
|
showCancel:false
|
||||||
content:'很抱歉,当前订单属于苹果系统内购订单,安卓系统无法完成支付操作,您可切换到苹果系统进行支付,也可以取消该订单,并重新下单'
|
})
|
||||||
})
|
return
|
||||||
}else{
|
// if(this.isAndorid){
|
||||||
this.iphonepay(payItem)
|
// uni.showModal({
|
||||||
}
|
// title:'提示',
|
||||||
|
// showCancel:false,
|
||||||
|
// content:'很抱歉,当前订单属于苹果系统内购订单,安卓系统无法完成支付操作,您可切换到苹果系统进行支付,也可以取消该订单,并重新下单'
|
||||||
|
// })
|
||||||
|
// }else{
|
||||||
|
// this.iphonepay(payItem)
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
// 取消订单
|
// 取消订单
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
<public-module></public-module>
|
<public-module></public-module>
|
||||||
<z-nav-bar title="充值"></z-nav-bar>
|
<z-nav-bar title="充值"></z-nav-bar>
|
||||||
<view class="cha_jine">
|
<view class="cha_jine">
|
||||||
<view class="cj_title">充值金额1</view>
|
<view class="cj_title">充值金额</view>
|
||||||
<view class="cj_xiang">
|
<view class="cj_xiang">
|
||||||
<view v-for="(item, index) in cjList" @click="chosPric(item)"
|
<view v-for="(item, index) in cjList" @click="chosPric(item)"
|
||||||
:class="stepsCj.priceTypeId == item.priceTypeId?'Tab_cj cj_price':'cj_price'">
|
:class="stepsCj.priceTypeId == item.priceTypeId?'Tab_cj cj_price':'cj_price'">
|
||||||
@@ -17,7 +17,6 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="cha_fangsh">
|
<view class="cha_fangsh">
|
||||||
<view class="cf_title">支付方式</view>
|
<view class="cf_title">支付方式</view>
|
||||||
|
|
||||||
<view class="cf_radio">
|
<view class="cf_radio">
|
||||||
<u-radio-group v-model="payType">
|
<u-radio-group v-model="payType">
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user