main
123456 1 month ago
parent 8713b319d0
commit 4e9a4e41fb
  1. 4
      manifest.json
  2. 12
      pages/users/center/index.vue
  3. 8
      pages/users/recharge/index.vue
  4. 6
      unpackage/dist/build/app-plus/app-service.js
  5. 6
      unpackage/dist/build/app-plus/app-view.js
  6. 2
      unpackage/dist/build/app-plus/manifest.json

@ -2,8 +2,8 @@
"name" : "觅光",
"appid" : "__UNI__7C06BEE",
"description" : "觅光集交友聊天分享和互动于一体的平台",
"versionName" : "1.0.3",
"versionCode" : 103,
"versionName" : "1.0.4",
"versionCode" : 104,
"transformPx" : false,
/* 5+App */
"app-plus" : {

@ -300,12 +300,12 @@
uni.getProvider({
service: 'payment',
success: (res) => {
var ids = []
if(that.pageType == 1){
ids = ['chunwan_pro_01', 'chunwan_pro_02', 'chunwan_pro_03']
}else{
ids = ['miguang_pro_01', 'miguang_pro_02', 'miguang_pro_03']
}
// var ids = []
// if(that.pageType == 1){
// ids = ['chunwan_pro_01', 'chunwan_pro_02', 'chunwan_pro_03']
// }else{
var ids = ['miguang_pro_01', 'miguang_pro_02', 'miguang_pro_03']
// }
console.log("苹果ids",ids)
plus.payment.getChannels((channels) => {
console.log(channels);

@ -149,7 +149,13 @@
if(code == 200){
if(this.platform == 'ios'){
if(this.payType == 'ios-1'){
var ids = ['chunwan_coin_01', 'chunwan_coin_02', 'chunwan_coin_03', 'chunwan_coin_04', 'chunwan_coin_05', 'chunwan_coin_06', 'chunwan_coin_07']
// var ids = []
// if(that.pageType == 1){
// ids = ['chunwan_coin_01', 'chunwan_coin_02', 'chunwan_coin_03', 'chunwan_coin_04', 'chunwan_coin_05', 'chunwan_coin_06', 'chunwan_coin_07']
// }else{
// }
var ids = ['miguang_coin_01', 'miguang_coin_02', 'miguang_coin_03', 'miguang_coin_04', 'miguang_coin_05', 'miguang_coin_06', 'miguang_coin_07']
plus.payment.getChannels((channels) => {
console.log(channels);
for (var i in channels) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save