商户引导页面bug修复
This commit is contained in:
parent
bff1ced9fd
commit
faa9e290b1
@ -3,8 +3,7 @@
|
|||||||
<view v-if="newData.status && newData.status.status" style="height: 100rpx;"></view>
|
<view v-if="newData.status && newData.status.status" style="height: 100rpx;"></view>
|
||||||
<view class="foot" v-if="newData.status && newData.status.status">
|
<view class="foot" v-if="newData.status && newData.status.status">
|
||||||
<view class="page-footer" id="target" :style="{'background-color':newData.bgColor.color[0].item}">
|
<view class="page-footer" id="target" :style="{'background-color':newData.bgColor.color[0].item}">
|
||||||
<view class="foot-item" v-for="(item,index) in newData.menuList" :key="index"
|
<view class="foot-item" v-for="(item,index) in newData.menuList" :key="index" @click="goRouter(item)">
|
||||||
@click="goRouter(item)">
|
|
||||||
<block v-if="item.link == activeRouter">
|
<block v-if="item.link == activeRouter">
|
||||||
<image :src="item.imgList[0]"></image>
|
<image :src="item.imgList[0]"></image>
|
||||||
<view class="txt" :style="{color:newData.activeTxtColor.color[0].item}">{{item.name}}
|
<view class="txt" :style="{color:newData.activeTxtColor.color[0].item}">{{item.name}}
|
||||||
@ -30,7 +29,7 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Author: CRMEB Team <admin@crmeb.com>
|
// | Author: CRMEB Team <admin@crmeb.com>
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
export default{
|
export default {
|
||||||
props: {
|
props: {
|
||||||
newData: {
|
newData: {
|
||||||
type: Object,
|
type: Object,
|
||||||
@ -41,15 +40,15 @@
|
|||||||
default: '',
|
default: '',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
data(){
|
data() {
|
||||||
return {
|
return {
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
||||||
},
|
},
|
||||||
methods:{
|
methods: {
|
||||||
goRouter(item) {
|
goRouter(item) {
|
||||||
var pages = getCurrentPages();
|
var pages = getCurrentPages();
|
||||||
var page = (pages[pages.length - 1]).$page.fullPath;
|
var page = (pages[pages.length - 1]).$page.fullPath;
|
||||||
@ -65,7 +64,6 @@
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
@ -85,9 +83,11 @@
|
|||||||
box-shadow: 0px 0px 17rpx 1rpx rgba(206, 206, 206, 0.32);
|
box-shadow: 0px 0px 17rpx 1rpx rgba(206, 206, 206, 0.32);
|
||||||
padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
|
padding-bottom: constant(safe-area-inset-bottom); ///兼容 IOS<11.2/
|
||||||
padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
|
padding-bottom: env(safe-area-inset-bottom); ///兼容 IOS>11.2/
|
||||||
&.filter{
|
|
||||||
|
&.filter {
|
||||||
filter: blur(2rpx);
|
filter: blur(2rpx);
|
||||||
}
|
}
|
||||||
|
|
||||||
.foot-item {
|
.foot-item {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: max-content;
|
width: max-content;
|
||||||
@ -95,6 +95,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
.count-num {
|
.count-num {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -111,14 +112,16 @@
|
|||||||
padding: 4rpx;
|
padding: 4rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.foot-item image {
|
.foot-item image {
|
||||||
height: 50rpx;
|
height: 50rpx;
|
||||||
width: 50rpx;
|
width: 50rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.foot-item .txt {
|
.foot-item .txt {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
704
manifest.json
704
manifest.json
@ -1,353 +1,353 @@
|
|||||||
{
|
{
|
||||||
"name" : "惠农生活",
|
"name": "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid": "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description": "",
|
||||||
"versionName" : "2.0.37",
|
"versionName": "2.0.60",
|
||||||
"versionCode" : 2037,
|
"versionCode": 2037,
|
||||||
"transformPx" : false,
|
"transformPx": false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus": {
|
||||||
"titleNView" : true,
|
"titleNView": true,
|
||||||
"usingComponents" : true,
|
"usingComponents": true,
|
||||||
"nvueCompiler" : "uni-app",
|
"nvueCompiler": "uni-app",
|
||||||
"nvueStyleCompiler" : "uni-app",
|
"nvueStyleCompiler": "uni-app",
|
||||||
"compilerVersion" : 3,
|
"compilerVersion": 3,
|
||||||
"compatible" : {
|
"compatible": {
|
||||||
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
"ignoreVersion": true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
|
||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen": {
|
||||||
"alwaysShowBeforeRender" : false,
|
"alwaysShowBeforeRender": false,
|
||||||
"waiting" : false,
|
"waiting": false,
|
||||||
"autoclose" : true,
|
"autoclose": true,
|
||||||
"delay" : 0
|
"delay": 0
|
||||||
},
|
},
|
||||||
/* 模块配置 */
|
/* 模块配置 */
|
||||||
"modules" : {
|
"modules": {
|
||||||
"VideoPlayer" : {},
|
"VideoPlayer": {},
|
||||||
"OAuth" : {},
|
"OAuth": {},
|
||||||
"Payment" : {},
|
"Payment": {},
|
||||||
"Share" : {},
|
"Share": {},
|
||||||
"iBeacon" : {},
|
"iBeacon": {},
|
||||||
"Maps" : {},
|
"Maps": {},
|
||||||
"Geolocation" : {},
|
"Geolocation": {},
|
||||||
"UniMP" : {
|
"UniMP": {
|
||||||
"description" : "uni小程序"
|
"description": "uni小程序"
|
||||||
},
|
},
|
||||||
"Push" : {},
|
"Push": {},
|
||||||
"Barcode" : {},
|
"Barcode": {},
|
||||||
"Camera" : {}
|
"Camera": {}
|
||||||
},
|
},
|
||||||
"safearea" : {
|
"safearea": {
|
||||||
"bottom" : {
|
"bottom": {
|
||||||
"offset" : "none"
|
"offset": "none"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 应用发布信息 */
|
/* 应用发布信息 */
|
||||||
"distribute" : {
|
"distribute": {
|
||||||
/* android打包配置 */
|
/* android打包配置 */
|
||||||
"android" : {
|
"android": {
|
||||||
"permissions" : [
|
"permissions": [
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_LOCATION_EXTRA_COMMANDS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.BATTERY_STATS\"/>",
|
"<uses-permission android:name=\"android.permission.BATTERY_STATS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
|
"<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_CONFIGURATION\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_CONFIGURATION\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
|
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
|
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"
|
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"
|
||||||
],
|
],
|
||||||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
|
"abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"],
|
||||||
"permissionExternalStorage" : {
|
"permissionExternalStorage": {
|
||||||
"request" : "none",
|
"request": "none",
|
||||||
"prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
"prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
||||||
},
|
},
|
||||||
"permissionPhoneState" : {
|
"permissionPhoneState": {
|
||||||
"request" : "none" //拨打电话权限关闭
|
"request": "none" //拨打电话权限关闭
|
||||||
},
|
},
|
||||||
"minSdkVersion" : 23,
|
"minSdkVersion": 23,
|
||||||
"targetSdkVersion" : 30
|
"targetSdkVersion": 30
|
||||||
},
|
},
|
||||||
/* ios打包配置 */
|
/* ios打包配置 */
|
||||||
"ios" : {
|
"ios": {
|
||||||
"privacyDescription" : {
|
"privacyDescription": {
|
||||||
"NSPhotoLibraryUsageDescription" : "上传用户头像保存分享海报",
|
"NSPhotoLibraryUsageDescription": "上传用户头像保存分享海报",
|
||||||
"NSPhotoLibraryAddUsageDescription" : "上传用户头像保存分享海报",
|
"NSPhotoLibraryAddUsageDescription": "上传用户头像保存分享海报",
|
||||||
"NSCameraUsageDescription" : "上传用户头像保存分享海报",
|
"NSCameraUsageDescription": "上传用户头像保存分享海报",
|
||||||
"NSLocationWhenInUseUsageDescription" : "根据客户地理位置推荐最近门店",
|
"NSLocationWhenInUseUsageDescription": "根据客户地理位置推荐最近门店",
|
||||||
"NSLocationAlwaysUsageDescription" : "根据客户地理位置推荐最近门店"
|
"NSLocationAlwaysUsageDescription": "根据客户地理位置推荐最近门店"
|
||||||
},
|
},
|
||||||
"idfa" : false,
|
"idfa": false,
|
||||||
"dSYMs" : false
|
"dSYMs": false
|
||||||
},
|
},
|
||||||
/* SDK配置 */
|
/* SDK配置 */
|
||||||
"sdkConfigs" : {
|
"sdkConfigs": {
|
||||||
"maps" : {
|
"maps": {
|
||||||
"amap" : {
|
"amap": {
|
||||||
"appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
|
"appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
|
||||||
"appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945",
|
"appkey_android": "0354f5ddc11e2ea76c5aac647f44d945",
|
||||||
"name" : "amapIvoVHpJR"
|
"name": "amapIvoVHpJR"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"payment" : {
|
"payment": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"__platform__" : [ "ios", "android" ],
|
"__platform__": ["ios", "android"],
|
||||||
"appid" : "wx2e8f79ff281284f5",
|
"appid": "wx2e8f79ff281284f5",
|
||||||
"UniversalLinks" : "https://shop.lihaink.cn/"
|
"UniversalLinks": "https://shop.lihaink.cn/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"share" : {
|
"share": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"appid" : "wx2e8f79ff281284f5",
|
"appid": "wx2e8f79ff281284f5",
|
||||||
"UniversalLinks" : "https://shop.lihaink.cn/"
|
"UniversalLinks": "https://shop.lihaink.cn/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"geolocation" : {
|
"geolocation": {
|
||||||
"amap" : {
|
"amap": {
|
||||||
"name" : "amapIvoVHpJR",
|
"name": "amapIvoVHpJR",
|
||||||
"__platform__" : [ "ios", "android" ],
|
"__platform__": ["ios", "android"],
|
||||||
"appkey_ios" : "0a3202688624938fd5d2f37b52c30d5d",
|
"appkey_ios": "0a3202688624938fd5d2f37b52c30d5d",
|
||||||
"appkey_android" : "0354f5ddc11e2ea76c5aac647f44d945"
|
"appkey_android": "0354f5ddc11e2ea76c5aac647f44d945"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"push" : {},
|
"push": {},
|
||||||
"oauth" : {
|
"oauth": {
|
||||||
"weixin" : {
|
"weixin": {
|
||||||
"appid" : "wx2e8f79ff281284f5",
|
"appid": "wx2e8f79ff281284f5",
|
||||||
"UniversalLinks" : "https://shop.lihaink.cn/"
|
"UniversalLinks": "https://shop.lihaink.cn/"
|
||||||
},
|
},
|
||||||
"univerify" : {}
|
"univerify": {}
|
||||||
},
|
},
|
||||||
"ad" : {}
|
"ad": {}
|
||||||
},
|
},
|
||||||
"icons" : {
|
"icons": {
|
||||||
"android" : {
|
"android": {
|
||||||
"hdpi" : "unpackage/res/icons/72x72.png",
|
"hdpi": "unpackage/res/icons/72x72.png",
|
||||||
"xhdpi" : "unpackage/res/icons/96x96.png",
|
"xhdpi": "unpackage/res/icons/96x96.png",
|
||||||
"xxhdpi" : "unpackage/res/icons/144x144.png",
|
"xxhdpi": "unpackage/res/icons/144x144.png",
|
||||||
"xxxhdpi" : "unpackage/res/icons/192x192.png"
|
"xxxhdpi": "unpackage/res/icons/192x192.png"
|
||||||
},
|
},
|
||||||
"ios" : {
|
"ios": {
|
||||||
"appstore" : "unpackage/res/icons/1024x1024.png",
|
"appstore": "unpackage/res/icons/1024x1024.png",
|
||||||
"ipad" : {
|
"ipad": {
|
||||||
"app" : "unpackage/res/icons/76x76.png",
|
"app": "unpackage/res/icons/76x76.png",
|
||||||
"app@2x" : "unpackage/res/icons/152x152.png",
|
"app@2x": "unpackage/res/icons/152x152.png",
|
||||||
"notification" : "unpackage/res/icons/20x20.png",
|
"notification": "unpackage/res/icons/20x20.png",
|
||||||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
"notification@2x": "unpackage/res/icons/40x40.png",
|
||||||
"proapp@2x" : "unpackage/res/icons/167x167.png",
|
"proapp@2x": "unpackage/res/icons/167x167.png",
|
||||||
"settings" : "unpackage/res/icons/29x29.png",
|
"settings": "unpackage/res/icons/29x29.png",
|
||||||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
"settings@2x": "unpackage/res/icons/58x58.png",
|
||||||
"spotlight" : "unpackage/res/icons/40x40.png",
|
"spotlight": "unpackage/res/icons/40x40.png",
|
||||||
"spotlight@2x" : "unpackage/res/icons/80x80.png"
|
"spotlight@2x": "unpackage/res/icons/80x80.png"
|
||||||
},
|
},
|
||||||
"iphone" : {
|
"iphone": {
|
||||||
"app@2x" : "unpackage/res/icons/120x120.png",
|
"app@2x": "unpackage/res/icons/120x120.png",
|
||||||
"app@3x" : "unpackage/res/icons/180x180.png",
|
"app@3x": "unpackage/res/icons/180x180.png",
|
||||||
"notification@2x" : "unpackage/res/icons/40x40.png",
|
"notification@2x": "unpackage/res/icons/40x40.png",
|
||||||
"notification@3x" : "unpackage/res/icons/60x60.png",
|
"notification@3x": "unpackage/res/icons/60x60.png",
|
||||||
"settings@2x" : "unpackage/res/icons/58x58.png",
|
"settings@2x": "unpackage/res/icons/58x58.png",
|
||||||
"settings@3x" : "unpackage/res/icons/87x87.png",
|
"settings@3x": "unpackage/res/icons/87x87.png",
|
||||||
"spotlight@2x" : "unpackage/res/icons/80x80.png",
|
"spotlight@2x": "unpackage/res/icons/80x80.png",
|
||||||
"spotlight@3x" : "unpackage/res/icons/120x120.png"
|
"spotlight@3x": "unpackage/res/icons/120x120.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"splashscreen" : {
|
"splashscreen": {
|
||||||
"useOriginalMsgbox" : true,
|
"useOriginalMsgbox": true,
|
||||||
"androidStyle" : "common"
|
"androidStyle": "common"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nativePlugins" : {
|
"nativePlugins": {
|
||||||
"JG-JCore" : {
|
"JG-JCore": {
|
||||||
"JPUSH_APPKEY_IOS" : "8a5efd65cda14fafa6e64ad3",
|
"JPUSH_APPKEY_IOS": "8a5efd65cda14fafa6e64ad3",
|
||||||
"JPUSH_CHANNEL_IOS" : "8a5efd65cda14fafa6e64ad3",
|
"JPUSH_CHANNEL_IOS": "8a5efd65cda14fafa6e64ad3",
|
||||||
"JPUSH_APPKEY_ANDROID" : "b5f679f4357018605ea6fd2e",
|
"JPUSH_APPKEY_ANDROID": "b5f679f4357018605ea6fd2e",
|
||||||
"JPUSH_CHANNEL_ANDROID" : "",
|
"JPUSH_CHANNEL_ANDROID": "",
|
||||||
"__plugin_info__" : {
|
"__plugin_info__": {
|
||||||
"name" : "JG-JCore",
|
"name": "JG-JCore",
|
||||||
"description" : "极光推送JCore插件",
|
"description": "极光推送JCore插件",
|
||||||
"platforms" : "Android,iOS",
|
"platforms": "Android,iOS",
|
||||||
"url" : "",
|
"url": "",
|
||||||
"android_package_name" : "uni.UNI3A527D1",
|
"android_package_name": "uni.UNI3A527D1",
|
||||||
"ios_bundle_id" : "",
|
"ios_bundle_id": "",
|
||||||
"isCloud" : false,
|
"isCloud": false,
|
||||||
"bought" : -1,
|
"bought": -1,
|
||||||
"pid" : "",
|
"pid": "",
|
||||||
"parameters" : {
|
"parameters": {
|
||||||
"JPUSH_APPKEY_IOS" : {
|
"JPUSH_APPKEY_IOS": {
|
||||||
"des" : "[iOS]极光portal配置应用信息时分配的AppKey",
|
"des": "[iOS]极光portal配置应用信息时分配的AppKey",
|
||||||
"key" : "JCore:APP_KEY",
|
"key": "JCore:APP_KEY",
|
||||||
"value" : "daebe19b547c43128796a078"
|
"value": "daebe19b547c43128796a078"
|
||||||
},
|
},
|
||||||
"JPUSH_CHANNEL_IOS" : {
|
"JPUSH_CHANNEL_IOS": {
|
||||||
"des" : "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
|
"des": "[iOS]用于统计分发渠道,不需要可填默认值developer-default",
|
||||||
"key" : "JCore:CHANNEL",
|
"key": "JCore:CHANNEL",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_APPKEY_ANDROID" : {
|
"JPUSH_APPKEY_ANDROID": {
|
||||||
"des" : "[Android]极光portal配置应用信息时分配的AppKey",
|
"des": "[Android]极光portal配置应用信息时分配的AppKey",
|
||||||
"key" : "JPUSH_APPKEY",
|
"key": "JPUSH_APPKEY",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_CHANNEL_ANDROID" : {
|
"JPUSH_CHANNEL_ANDROID": {
|
||||||
"des" : "[Android]用于统计分发渠道,不需要可填默认值developer-default",
|
"des": "[Android]用于统计分发渠道,不需要可填默认值developer-default",
|
||||||
"key" : "JPUSH_CHANNEL",
|
"key": "JPUSH_CHANNEL",
|
||||||
"value" : ""
|
"value": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"JG-JPush" : {
|
"JG-JPush": {
|
||||||
"JPUSH_ISPRODUCTION_IOS" : "true",
|
"JPUSH_ISPRODUCTION_IOS": "true",
|
||||||
"JPUSH_ADVERTISINGID_IOS" : "",
|
"JPUSH_ADVERTISINGID_IOS": "",
|
||||||
"JPUSH_DEFAULTINITJPUSH_IOS" : "true",
|
"JPUSH_DEFAULTINITJPUSH_IOS": "true",
|
||||||
"JPUSH_OPPO_APPKEY" : "",
|
"JPUSH_OPPO_APPKEY": "",
|
||||||
"JPUSH_OPPO_APPID" : "",
|
"JPUSH_OPPO_APPID": "",
|
||||||
"JPUSH_OPPO_APPSECRET" : "",
|
"JPUSH_OPPO_APPSECRET": "",
|
||||||
"JPUSH_VIVO_APPKEY" : "",
|
"JPUSH_VIVO_APPKEY": "",
|
||||||
"JPUSH_VIVO_APPID" : "",
|
"JPUSH_VIVO_APPID": "",
|
||||||
"JPUSH_MEIZU_APPKEY" : "",
|
"JPUSH_MEIZU_APPKEY": "",
|
||||||
"JPUSH_MEIZU_APPID" : "",
|
"JPUSH_MEIZU_APPID": "",
|
||||||
"JPUSH_XIAOMI_APPKEY" : "",
|
"JPUSH_XIAOMI_APPKEY": "",
|
||||||
"JPUSH_XIAOMI_APPID" : "",
|
"JPUSH_XIAOMI_APPID": "",
|
||||||
"__plugin_info__" : {
|
"__plugin_info__": {
|
||||||
"name" : "JG-JPush",
|
"name": "JG-JPush",
|
||||||
"description" : "极光推送Hbuilder插件",
|
"description": "极光推送Hbuilder插件",
|
||||||
"platforms" : "Android,iOS",
|
"platforms": "Android,iOS",
|
||||||
"url" : "",
|
"url": "",
|
||||||
"android_package_name" : "uni.UNI3A527D1",
|
"android_package_name": "uni.UNI3A527D1",
|
||||||
"ios_bundle_id" : "",
|
"ios_bundle_id": "",
|
||||||
"isCloud" : false,
|
"isCloud": false,
|
||||||
"bought" : -1,
|
"bought": -1,
|
||||||
"pid" : "",
|
"pid": "",
|
||||||
"parameters" : {
|
"parameters": {
|
||||||
"JPUSH_ISPRODUCTION_IOS" : {
|
"JPUSH_ISPRODUCTION_IOS": {
|
||||||
"des" : "[iOS]是否是生产环境,是填true,不是填false或者不填",
|
"des": "[iOS]是否是生产环境,是填true,不是填false或者不填",
|
||||||
"key" : "JPush:ISPRODUCTION",
|
"key": "JPush:ISPRODUCTION",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_ADVERTISINGID_IOS" : {
|
"JPUSH_ADVERTISINGID_IOS": {
|
||||||
"des" : "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
|
"des": "[iOS]广告标识符(IDFA)如果不需要使用IDFA,可不填",
|
||||||
"key" : "JPush:ADVERTISINGID",
|
"key": "JPush:ADVERTISINGID",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_DEFAULTINITJPUSH_IOS" : {
|
"JPUSH_DEFAULTINITJPUSH_IOS": {
|
||||||
"des" : "[iOS]是否默认初始化,是填true,不是填false或者不填",
|
"des": "[iOS]是否默认初始化,是填true,不是填false或者不填",
|
||||||
"key" : "JPush:DEFAULTINITJPUSH",
|
"key": "JPush:DEFAULTINITJPUSH",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_OPPO_APPKEY" : {
|
"JPUSH_OPPO_APPKEY": {
|
||||||
"des" : "厂商OPPO-appkey,示例:OP-12345678",
|
"des": "厂商OPPO-appkey,示例:OP-12345678",
|
||||||
"key" : "OPPO_APPKEY",
|
"key": "OPPO_APPKEY",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_OPPO_APPID" : {
|
"JPUSH_OPPO_APPID": {
|
||||||
"des" : "厂商OPPO-appId,示例:OP-12345678",
|
"des": "厂商OPPO-appId,示例:OP-12345678",
|
||||||
"key" : "OPPO_APPID",
|
"key": "OPPO_APPID",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_OPPO_APPSECRET" : {
|
"JPUSH_OPPO_APPSECRET": {
|
||||||
"des" : "厂商OPPO-appSecret,示例:OP-12345678",
|
"des": "厂商OPPO-appSecret,示例:OP-12345678",
|
||||||
"key" : "OPPO_APPSECRET",
|
"key": "OPPO_APPSECRET",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_VIVO_APPKEY" : {
|
"JPUSH_VIVO_APPKEY": {
|
||||||
"des" : "厂商VIVO-appkey,示例:12345678",
|
"des": "厂商VIVO-appkey,示例:12345678",
|
||||||
"key" : "com.vivo.push.api_key",
|
"key": "com.vivo.push.api_key",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_VIVO_APPID" : {
|
"JPUSH_VIVO_APPID": {
|
||||||
"des" : "厂商VIVO-appId,示例:12345678",
|
"des": "厂商VIVO-appId,示例:12345678",
|
||||||
"key" : "com.vivo.push.app_id",
|
"key": "com.vivo.push.app_id",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_MEIZU_APPKEY" : {
|
"JPUSH_MEIZU_APPKEY": {
|
||||||
"des" : "厂商MEIZU-appKey,示例:MZ-12345678",
|
"des": "厂商MEIZU-appKey,示例:MZ-12345678",
|
||||||
"key" : "MEIZU_APPKEY",
|
"key": "MEIZU_APPKEY",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_MEIZU_APPID" : {
|
"JPUSH_MEIZU_APPID": {
|
||||||
"des" : "厂商MEIZU-appId,示例:MZ-12345678",
|
"des": "厂商MEIZU-appId,示例:MZ-12345678",
|
||||||
"key" : "MEIZU_APPID",
|
"key": "MEIZU_APPID",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_XIAOMI_APPKEY" : {
|
"JPUSH_XIAOMI_APPKEY": {
|
||||||
"des" : "厂商XIAOMI-appKey,示例:MI-12345678",
|
"des": "厂商XIAOMI-appKey,示例:MI-12345678",
|
||||||
"key" : "XIAOMI_APPKEY",
|
"key": "XIAOMI_APPKEY",
|
||||||
"value" : ""
|
"value": ""
|
||||||
},
|
},
|
||||||
"JPUSH_XIAOMI_APPID" : {
|
"JPUSH_XIAOMI_APPID": {
|
||||||
"des" : "厂商XIAOMI-appId,示例:MI-12345678",
|
"des": "厂商XIAOMI-appId,示例:MI-12345678",
|
||||||
"key" : "XIAOMI_APPID",
|
"key": "XIAOMI_APPID",
|
||||||
"value" : ""
|
"value": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
"quickapp" : {},
|
"quickapp": {},
|
||||||
/* 小程序特有相关 */
|
/* 小程序特有相关 */
|
||||||
"mp-weixin" : {
|
"mp-weixin": {
|
||||||
"appid" : "wx5fb1cc8edb3f8baa",
|
"appid": "wx5fb1cc8edb3f8baa",
|
||||||
"setting" : {
|
"setting": {
|
||||||
"urlCheck" : false,
|
"urlCheck": false,
|
||||||
"minified" : true,
|
"minified": true,
|
||||||
"postcss" : true,
|
"postcss": true,
|
||||||
"es6" : true
|
"es6": true
|
||||||
},
|
},
|
||||||
"permission" : {
|
"permission": {
|
||||||
"scope.userLocation" : {
|
"scope.userLocation": {
|
||||||
"desc" : "获取您的位置"
|
"desc": "获取您的位置"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"requiredPrivateInfos" : [ "getLocation", "chooseAddress" ],
|
"requiredPrivateInfos": ["getLocation", "chooseAddress"],
|
||||||
"usingComponents" : true,
|
"usingComponents": true,
|
||||||
"__usePrivacyCheck__" : true
|
"__usePrivacyCheck__": true
|
||||||
},
|
},
|
||||||
"mp-alipay" : {
|
"mp-alipay": {
|
||||||
"usingComponents" : true
|
"usingComponents": true
|
||||||
},
|
},
|
||||||
"mp-baidu" : {
|
"mp-baidu": {
|
||||||
"usingComponents" : true
|
"usingComponents": true
|
||||||
},
|
},
|
||||||
"mp-toutiao" : {
|
"mp-toutiao": {
|
||||||
"usingComponents" : true
|
"usingComponents": true
|
||||||
},
|
},
|
||||||
"h5" : {
|
"h5": {
|
||||||
"devServer" : {
|
"devServer": {
|
||||||
"https" : false
|
"https": false
|
||||||
},
|
},
|
||||||
"router" : {
|
"router": {
|
||||||
"mode" : "history",
|
"mode": "history",
|
||||||
"base" : ""
|
"base": ""
|
||||||
},
|
},
|
||||||
"domain" : "",
|
"domain": "",
|
||||||
"sdkConfigs" : {
|
"sdkConfigs": {
|
||||||
"maps" : {
|
"maps": {
|
||||||
"qqmap" : {
|
"qqmap": {
|
||||||
"key" : "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
|
"key": "SMJBZ-WCHK4-ZPZUA-DSIXI-XDDVQ-XWFX7"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"title" : "加载中...",
|
"title": "加载中...",
|
||||||
"template" : "template.h5.html",
|
"template": "template.h5.html",
|
||||||
"optimization" : {
|
"optimization": {
|
||||||
"treeShaking" : {
|
"treeShaking": {
|
||||||
"enable" : true
|
"enable": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
31
pages.json
31
pages.json
@ -19,7 +19,19 @@
|
|||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true,
|
||||||
// #endif
|
// #endif
|
||||||
"app-plus": {
|
"app-plus": {
|
||||||
"scrollIndicator": false //禁用原生导航栏
|
"scrollIndicator": false, //禁用原生导航栏
|
||||||
|
"subNVues": [{
|
||||||
|
"id": "concatIndex", // 唯一标识
|
||||||
|
"path": "pages/index/subnvue/concat", // 页面路径
|
||||||
|
"type": "popup",
|
||||||
|
"style": {
|
||||||
|
"position": "absolute",
|
||||||
|
"dock": "right",
|
||||||
|
"width": "750rpx",
|
||||||
|
"height": "1000px",
|
||||||
|
"background": "rgba(0,0,0,0.2)"
|
||||||
|
}
|
||||||
|
}]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
@ -34,7 +46,22 @@
|
|||||||
"style": {
|
"style": {
|
||||||
"enablePullDownRefresh": true,
|
"enablePullDownRefresh": true,
|
||||||
"navigationBarTitleText": "工作台",
|
"navigationBarTitleText": "工作台",
|
||||||
"navigationStyle": "custom"
|
"navigationStyle": "custom",
|
||||||
|
"app-plus": {
|
||||||
|
"scrollIndicator": false, //禁用原生导航栏
|
||||||
|
"subNVues": [{
|
||||||
|
"id": "concat", // 唯一标识
|
||||||
|
"path": "pages/gather/subnvue/concat", // 页面路径
|
||||||
|
"type": "popup",
|
||||||
|
"style": {
|
||||||
|
"position": "absolute",
|
||||||
|
"dock": "right",
|
||||||
|
"width": "750rpx",
|
||||||
|
"height": "1500rpx",
|
||||||
|
"background": "rgba(0,0,0,0.2)"
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
"path": "pages/order_addcart/order_addcart",
|
"path": "pages/order_addcart/order_addcart",
|
||||||
|
BIN
static/images/diverPointer.png
Normal file
BIN
static/images/diverPointer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
static/images/greenLine.png
Normal file
BIN
static/images/greenLine.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/greenLineDown.png
Normal file
BIN
static/images/greenLineDown.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
static/images/pointer.png
Normal file
BIN
static/images/pointer.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
static/images/tabSc.png
Normal file
BIN
static/images/tabSc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
@ -9,17 +9,19 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
import {
|
import {
|
||||||
getUserInfo,
|
getUserInfo,
|
||||||
Appversion
|
Appversion
|
||||||
} from "../../api/user.js";
|
} from "../../api/user.js";
|
||||||
import {
|
import {
|
||||||
LOGIN_STATUS,
|
LOGIN_STATUS,
|
||||||
UID,
|
UID,
|
||||||
USER_INFO
|
USER_INFO
|
||||||
} from '../../config/cache';
|
} from '../../config/cache';
|
||||||
import Cache from '../../utils/cache';
|
import Cache from '../../utils/cache';
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
import Updater from '@/uni_modules/guyue-updater/index';
|
import Updater from '@/uni_modules/guyue-updater/index';
|
||||||
import { Toast } from "../../libs/uniApi.js";
|
import {
|
||||||
|
Toast
|
||||||
|
} from "../../libs/uniApi.js";
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
|
|
||||||
@ -28,42 +30,44 @@ const state = {
|
|||||||
token: Cache.get(LOGIN_STATUS) || null,
|
token: Cache.get(LOGIN_STATUS) || null,
|
||||||
uuid: uni.getStorageSync('uuid') || "",
|
uuid: uni.getStorageSync('uuid') || "",
|
||||||
backgroundColor: "#fff",
|
backgroundColor: "#fff",
|
||||||
userInfo: (typeof Cache.get('USER_INFO') == 'string' ? JSON.parse(Cache.get('USER_INFO')) : Cache.get('USER_INFO'))||{},
|
userInfo: (typeof Cache.get('USER_INFO') == 'string' ? JSON.parse(Cache.get('USER_INFO')) : Cache.get(
|
||||||
|
'USER_INFO')) || {},
|
||||||
uid: Cache.get(UID) || null,
|
uid: Cache.get(UID) || null,
|
||||||
globalData: uni.getStorageSync('GLOBAL_DATA') || {},
|
globalData: uni.getStorageSync('GLOBAL_DATA') || {},
|
||||||
homeActive: false,
|
homeActive: false,
|
||||||
copyPwd: null,
|
copyPwd: null,
|
||||||
pageFooter:uni.getStorageSync('pageFoot') || {},
|
pageFooter: uni.getStorageSync('pageFoot') || {},
|
||||||
keyColor: Cache.get('KEY_COLOR') || '_default',
|
keyColor: Cache.get('KEY_COLOR') || '_default',
|
||||||
viewColor: Cache.get('VIEW_COLOR') || '--view-theme: #E93323;--view-assist:#FF7612;--view-priceColor:#E93323;--view-bgColor:rgba(255, 118, 18,.1);--view-minorColor:rgba(233, 51, 35,.1);--view-bntColor11:#FDA923;--view-bntColor12:#FD6523;--view-bntColor21:#F11B09;--view-bntColor22:#F67A38;',
|
viewColor: Cache.get('VIEW_COLOR') ||
|
||||||
|
'--view-theme: #E93323;--view-assist:#FF7612;--view-priceColor:#E93323;--view-bgColor:rgba(255, 118, 18,.1);--view-minorColor:rgba(233, 51, 35,.1);--view-bntColor11:#FDA923;--view-bntColor12:#FD6523;--view-bntColor21:#F11B09;--view-bntColor22:#F67A38;',
|
||||||
};
|
};
|
||||||
|
|
||||||
const mutations = {
|
const mutations = {
|
||||||
setLocation(state, data) {
|
setLocation(state, data) {
|
||||||
state.location = data
|
state.location = data
|
||||||
Cache.set('LOCATION_DATA', data);
|
Cache.set('LOCATION_DATA', data);
|
||||||
},
|
},
|
||||||
LOGIN(state, opt) {
|
LOGIN(state, opt) {
|
||||||
state.token = opt.token;
|
state.token = opt.token;
|
||||||
Cache.set(LOGIN_STATUS, opt.token, opt.time);
|
Cache.set(LOGIN_STATUS, opt.token, opt.time);
|
||||||
uni.removeStorageSync('auth_token');
|
uni.removeStorageSync('auth_token');
|
||||||
},
|
},
|
||||||
SET_USERINFO(state, opt){
|
SET_USERINFO(state, opt) {
|
||||||
state.userInfo = opt;
|
state.userInfo = opt;
|
||||||
Cache.set(USER_INFO, opt);
|
Cache.set(USER_INFO, opt);
|
||||||
},
|
},
|
||||||
SETUID(state,val){
|
SETUID(state, val) {
|
||||||
state.uid = val;
|
state.uid = val;
|
||||||
Cache.set(UID, val);
|
Cache.set(UID, val);
|
||||||
},
|
},
|
||||||
SETUUID(state,val){
|
SETUUID(state, val) {
|
||||||
state.uuid = val;
|
state.uuid = val;
|
||||||
uni.setStorageSync('uuid', val)
|
uni.setStorageSync('uuid', val)
|
||||||
},
|
},
|
||||||
UPDATE_LOGIN(state, token) {
|
UPDATE_LOGIN(state, token) {
|
||||||
state.token = token;
|
state.token = token;
|
||||||
},
|
},
|
||||||
|
|
||||||
LOGOUT(state) {
|
LOGOUT(state) {
|
||||||
state.token = null;
|
state.token = null;
|
||||||
state.uid = null
|
state.uid = null
|
||||||
@ -99,7 +103,7 @@ const mutations = {
|
|||||||
uni.setStorageSync('GLOBAL_DATA', key);
|
uni.setStorageSync('GLOBAL_DATA', key);
|
||||||
state.globalData = key;
|
state.globalData = key;
|
||||||
},
|
},
|
||||||
FOOT_UPLOAD(state,data){
|
FOOT_UPLOAD(state, data) {
|
||||||
state.pageFooter = data
|
state.pageFooter = data
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -122,78 +126,77 @@ const actions = {
|
|||||||
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
async INIT_CONFIG({
|
async INIT_CONFIG({
|
||||||
state,
|
state,
|
||||||
commit
|
commit
|
||||||
}, data = false) {
|
}, data = false) {
|
||||||
if(data) {
|
if (data) {
|
||||||
uni.showLoading({
|
uni.showLoading({
|
||||||
title: '加载中'
|
title: '加载中'
|
||||||
})
|
})
|
||||||
await uni.$u.sleep(500)
|
await uni.$u.sleep(500)
|
||||||
}
|
}
|
||||||
|
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
let os = uni.getSystemInfoSync();
|
let os = uni.getSystemInfoSync();
|
||||||
let apptype;
|
let apptype;
|
||||||
if (os.osName == 'ios') {
|
if (os.osName == 'ios') {
|
||||||
apptype = 2
|
apptype = 2
|
||||||
} else {
|
} else {
|
||||||
apptype = 1
|
apptype = 1
|
||||||
}
|
}
|
||||||
console.log({
|
// console.log({
|
||||||
version: os.appWgtVersion,
|
// version: os.appWgtVersion,
|
||||||
type: apptype,
|
// type: apptype,
|
||||||
phone_brand:os.brand
|
// phone_brand:os.brand
|
||||||
});
|
// });
|
||||||
Appversion({
|
Appversion({
|
||||||
version: os.appWgtVersion,
|
version: os.appWgtVersion,
|
||||||
type: apptype,
|
type: apptype,
|
||||||
phone_brand:os.brand
|
phone_brand: os.brand
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
console.log(res);
|
// console.log(res);
|
||||||
if(data) uni.hideLoading()
|
if (data) uni.hideLoading()
|
||||||
if (Object.keys(res.data.appInfo).length > 0) {
|
if (Object.keys(res.data.appInfo).length > 0) {
|
||||||
// if(res.data.appInfo.version) uni.showLoading({
|
// if(res.data.appInfo.version) uni.showLoading({
|
||||||
// title: '检查更新中'
|
// title: '检查更新中'
|
||||||
// })
|
// })
|
||||||
// 版本更新
|
// 版本更新
|
||||||
if (compareVersions(res.data.appInfo.version, os.appWgtVersion) == 1) {
|
if (compareVersions(res.data.appInfo.version, os.appWgtVersion) == 1) {
|
||||||
try {
|
try {
|
||||||
let info = res.data.appInfo || {};
|
let info = res.data.appInfo || {};
|
||||||
let version = {
|
let version = {
|
||||||
title: info.title || '发现新版本',
|
title: info.title || '发现新版本',
|
||||||
content: info.content || '修复了部分BUG',
|
content: info.content || '修复了部分BUG',
|
||||||
versionName: info.version || '1.0.1',
|
versionName: info.version || '1.0.1',
|
||||||
brand:res.data.appInfo.phone_brand,
|
brand: res.data.appInfo.phone_brand,
|
||||||
downUrl: info.dow_url || '',
|
downUrl: info.dow_url || '',
|
||||||
force: info.force == 1 ? true : false, // 是否强制更新
|
force: info.force == 1 ? true : false, // 是否强制更新
|
||||||
quiet: info.quiet == 1 ? true : false // 是否静默更新
|
quiet: info.quiet == 1 ? true : false // 是否静默更新
|
||||||
}
|
}
|
||||||
Updater.update(version,res.data.appInfo);
|
Updater.update(version, res.data.appInfo);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log(e);
|
console.log(e);
|
||||||
Toast(e)
|
Toast(e)
|
||||||
}
|
}
|
||||||
// uni.hideLoading();
|
// uni.hideLoading();
|
||||||
}
|
} else {
|
||||||
else {
|
if (data) Toast('已经是最新版本了')
|
||||||
if(data) Toast('已经是最新版本了')
|
}
|
||||||
}
|
|
||||||
|
} else {
|
||||||
} else {
|
if (data) Toast('已经是最新版本了')
|
||||||
if(data) Toast('已经是最新版本了')
|
}
|
||||||
}
|
}).catch((err) => {
|
||||||
}).catch((err) => {
|
console.log(err);
|
||||||
console.log(err);
|
if (data) uni.hideLoading()
|
||||||
if(data) uni.hideLoading()
|
Toast(err.msg || err.message || err)
|
||||||
Toast(err.msg||err.message||err)
|
// console.log(err)
|
||||||
// console.log(err)
|
})
|
||||||
})
|
|
||||||
|
|
||||||
|
// #endif
|
||||||
// #endif
|
}
|
||||||
}
|
|
||||||
};
|
};
|
||||||
|
|
||||||
function compareVersions(version1, version2) {
|
function compareVersions(version1, version2) {
|
||||||
@ -216,4 +219,4 @@ export default {
|
|||||||
state,
|
state,
|
||||||
mutations,
|
mutations,
|
||||||
actions
|
actions
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user