diff --git a/api/request.js b/api/request.js index a196cb7..df0d359 100644 --- a/api/request.js +++ b/api/request.js @@ -16,8 +16,8 @@ const httpRequest = (params) => { const json_data = { appcode: 'DOPE+', //应用编码 - appchannel: 'DOPEFACEBOOK', //应用发布渠道 - appver: '1.1.0', //应用版本 + appchannel: 'DOPEGOOGLE', //应用发布渠道 + appver: '1.3.0', //应用版本 appname: 'cnic_buyer', //应用名称 manufacturer: 'HUAWEI', //设备生产商 phonebrand: 'HORNOR', //设备品牌 diff --git a/manifest.json b/manifest.json index 63b2a36..0eb7d05 100644 --- a/manifest.json +++ b/manifest.json @@ -1,16 +1,16 @@ { "name" : "DopePlus", - "appid" : "__UNI__9088064", - // "appid" : "__UNI__7D4CA0F", + "appid" : "__UNI__EA8CB08", + // "appid" : "__UNI__7D4CA0F",__UNI__9088064 "description" : "", - "versionName" : "1.1.0", - "versionCode" : 120, + "versionName" : "1.3.0", + "versionCode" : 200, "transformPx" : false, // "targetSdkVersion" : 31, "channel_list" : [ { - "id" : "DOPEGOOLGLE", - "name" : "DOPEGOOLGLE" + "id" : "DOPEGOOGLE", + "name" : "DOPEGOOGLE" } ], /* 5+App特有相关 */ diff --git a/pages/account/settings.vue b/pages/account/settings.vue index 629be86..0913d17 100644 --- a/pages/account/settings.vue +++ b/pages/account/settings.vue @@ -154,7 +154,7 @@ let e = uni.getStorageSync('appdata') console.log(e) if (!res.data.ver_name) { - e.appver = '1.2.0' + // e.appver = '1.3.0' that.appver = e.appver uni.setStorageSync('appver', e.appver) uni.getStorageSync('appver', e.appver)