修改
This commit is contained in:
@@ -45,6 +45,8 @@
|
|||||||
let systemInfo = uni.getSystemInfoSync();
|
let systemInfo = uni.getSystemInfoSync();
|
||||||
this.screenHeight = systemInfo.screenHeight;
|
this.screenHeight = systemInfo.screenHeight;
|
||||||
this.show = true;
|
this.show = true;
|
||||||
|
}else{
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ if (process.env.NODE_ENV === 'development') {
|
|||||||
// baseUrl = "http://localhost:7001/";
|
// baseUrl = "http://localhost:7001/";
|
||||||
// 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/"; // 开发用电脑
|
||||||
|
|||||||
@@ -293,9 +293,10 @@ $http.dataFactory = async function(res) {
|
|||||||
errMsg: "【request】" + (httpData.info || httpData.msg),
|
errMsg: "【request】" + (httpData.info || httpData.msg),
|
||||||
data: res.data
|
data: res.data
|
||||||
});
|
});
|
||||||
} else { //其他错误提示
|
} else { //其他错误提示
|
||||||
|
console.log(httpData, '其他')
|
||||||
console.log(httpData.info || httpData.msg)
|
console.log(httpData.info || httpData.msg)
|
||||||
if (res.isPrompt && res.data.loadAnimate != 'none') {
|
if (res.isPrompt && res.data.loadAnimate != 'none') {
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: httpData.info || httpData.msg,
|
title: httpData.info || httpData.msg,
|
||||||
icon: "none",
|
icon: "none",
|
||||||
@@ -334,4 +335,4 @@ $http.requestError = function(e) {
|
|||||||
// });
|
// });
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
export default $http;
|
export default $http;
|
||||||
506
manifest.json
506
manifest.json
@@ -1,256 +1,254 @@
|
|||||||
{
|
{
|
||||||
"name" : "疯子读书",
|
"name": "疯子读书",
|
||||||
"appid" : "__UNI__9788EB5",
|
"appid": "__UNI__9788EB5",
|
||||||
"description" : "疯子读书",
|
"description": "疯子读书",
|
||||||
"networkTimeout" : {
|
"networkTimeout": {
|
||||||
"request" : 3000
|
"request": 3000
|
||||||
},
|
},
|
||||||
"transformPx" : false,
|
"transformPx": false,
|
||||||
"icons" : [
|
"icons": [{
|
||||||
{
|
"sizes": "分辨率,192x192",
|
||||||
"sizes" : "分辨率,192x192",
|
"src": "图片路径"
|
||||||
"src" : "图片路径"
|
}],
|
||||||
}
|
"versionName": "1.2.43",
|
||||||
],
|
"versionCode": 1243,
|
||||||
"versionName" : "1.2.43",
|
"app-plus": {
|
||||||
"versionCode" : 1243,
|
"compatible": {
|
||||||
"app-plus" : {
|
"ignoreVersion": true
|
||||||
"compatible" : {
|
},
|
||||||
"ignoreVersion" : true
|
"privacy": {
|
||||||
},
|
"prompt": "template",
|
||||||
"privacy" : {
|
"template": {
|
||||||
"prompt" : "template",
|
"title": "用户协议和隐私政策",
|
||||||
"template" : {
|
"message": "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href='https://main.nuttyreading.com/agreement.html'>《用户协议》</a>和<a href='https://main.nuttyreading.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
||||||
"title" : "用户协议和隐私政策",
|
"buttonAccept": "同意",
|
||||||
"message" : "请你务必审慎阅读、充分理解“隐私政策”各条款,包括但不限于:为了更好的向你提供服务,我们需要收集你的设备标识、操作日志等信息用于分析、优化应用性能。<br/> 你可阅读<a href='https://main.nuttyreading.com/agreement.html'>《用户协议》</a>和<a href='https://main.nuttyreading.com/privacy.html'>《隐私协议》</a>了解详细信息。如果你同意,请点击下面按钮开始接受我们的服务。",
|
"buttonRefuse": "暂不同意"
|
||||||
"buttonAccept" : "同意",
|
}
|
||||||
"buttonRefuse" : "暂不同意"
|
},
|
||||||
}
|
"modules": {
|
||||||
},
|
"Payment": {},
|
||||||
"modules" : {
|
"Share": {},
|
||||||
"Payment" : {},
|
"Camera": {},
|
||||||
"OAuth" : {},
|
"VideoPlayer": {},
|
||||||
"Share" : {},
|
"OAuth": {}
|
||||||
"Camera" : {},
|
},
|
||||||
"VideoPlayer" : {}
|
"distribute": {
|
||||||
},
|
"apple": {
|
||||||
"distribute" : {
|
"devices": "universal"
|
||||||
"apple" : {
|
},
|
||||||
"devices" : "universal"
|
// "UIBackgroundModes" : [ "audio" ]
|
||||||
},
|
"android": {
|
||||||
// "UIBackgroundModes" : [ "audio" ]
|
"permissionPhoneState": {
|
||||||
"android" : {
|
"request": "none",
|
||||||
"permissionPhoneState" : {
|
"prompt": "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
|
||||||
"request" : "none",
|
},
|
||||||
"prompt" : "为保证您正常、安全地使用,需要获取设备识别码(部分手机提示为获取手机号码)使用权限,请允许。"
|
"permissionExternalStorage": {
|
||||||
},
|
"request": "none",
|
||||||
"permissionExternalStorage" : {
|
"prompt": "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
||||||
"request" : "none",
|
},
|
||||||
"prompt" : "应用保存运行状态等信息,需要获取读写手机存储(系统提示为访问设备上的照片、媒体内容和文件)权限,请允许。"
|
"permissions": [
|
||||||
},
|
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
||||||
"permissions" : [
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
||||||
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
||||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
|
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
|
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
"<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
|
"<uses-permission android:name=\"android.permission.INTERNET\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.INSTALL_PACKAGES\"/>",
|
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.INTERNET\"/>",
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
|
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
"<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
|
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/>",
|
"<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
|
"<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.REQUEST_INSTALL_PACKAGES\"/>",
|
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.SYSTEM_ALERT_WINDOW\"/>",
|
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
|
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
||||||
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
||||||
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
|
],
|
||||||
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
"abiFilters": ["armeabi-v7a", "arm64-v8a", "x86"],
|
||||||
],
|
"minSdkVersion": 21,
|
||||||
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
|
"targetSdkVersion": 30,
|
||||||
"minSdkVersion" : 21,
|
"schemes": "nuttyreading"
|
||||||
"targetSdkVersion" : 30,
|
},
|
||||||
"schemes" : "nuttyreading"
|
"sdkConfigs": {
|
||||||
},
|
"ad": {},
|
||||||
"sdkConfigs" : {
|
"maps": {},
|
||||||
"ad" : {},
|
"share": {
|
||||||
"maps" : {},
|
"weixin": {
|
||||||
"share" : {
|
"appid": "wx47134a8f15083734",
|
||||||
"weixin" : {
|
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
|
||||||
"appid" : "wx47134a8f15083734",
|
}
|
||||||
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
|
},
|
||||||
}
|
"payment": {
|
||||||
},
|
"alipay": {
|
||||||
"payment" : {
|
"__platform__": ["ios", "android"]
|
||||||
"alipay" : {
|
},
|
||||||
"__platform__" : [ "ios", "android" ]
|
"appleiap": {},
|
||||||
},
|
"weixin": {
|
||||||
"appleiap" : {},
|
"__platform__": ["ios", "android"],
|
||||||
"weixin" : {
|
"appid": "wx47134a8f15083734",
|
||||||
"__platform__" : [ "ios", "android" ],
|
"UniversalLinks": "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
|
||||||
"appid" : "wx47134a8f15083734",
|
}
|
||||||
"UniversalLinks" : "https://verification.nuttyreading.com/uni-universallinks/__UNI__9788EB5/"
|
},
|
||||||
}
|
"oauth": {}
|
||||||
}
|
},
|
||||||
},
|
"splashscreen": {
|
||||||
"splashscreen" : {
|
"iosStyle": "common",
|
||||||
"iosStyle" : "common",
|
"androidStyle": "default",
|
||||||
"androidStyle" : "default",
|
"useOriginalMsgbox": true
|
||||||
"useOriginalMsgbox" : true
|
},
|
||||||
},
|
"ios": {
|
||||||
"ios" : {
|
"dSYMs": false,
|
||||||
"dSYMs" : false,
|
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
||||||
// "UIBackgroundModes" : [ "audio" ], // 背景播放音乐
|
"capabilities": {
|
||||||
"capabilities" : {
|
"entitlements": {
|
||||||
"entitlements" : {
|
"com.apple.developer.associated-domains": ["applinks:verification.nuttyreading.com"]
|
||||||
"com.apple.developer.associated-domains" : [ "applinks:verification.nuttyreading.com" ]
|
}
|
||||||
}
|
},
|
||||||
},
|
"idfa": false,
|
||||||
"idfa" : false,
|
"urltypes": "nuttyreading",
|
||||||
"urltypes" : "nuttyreading",
|
"urlschemewhitelist": "everhealth",
|
||||||
"urlschemewhitelist" : "everhealth",
|
"privacyDescription": {
|
||||||
"privacyDescription" : {
|
"NSPhotoLibraryUsageDescription": "为了给您提供修改头像的功能",
|
||||||
"NSPhotoLibraryUsageDescription" : "为了给您提供修改头像的功能",
|
"NSCameraUsageDescription": "为了给您提供修改头像的功能"
|
||||||
"NSCameraUsageDescription" : "为了给您提供修改头像的功能"
|
}
|
||||||
}
|
},
|
||||||
},
|
"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"
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
},
|
"compilerVersion": 3,
|
||||||
"compilerVersion" : 3,
|
"nvueLaunchMode": "fast",
|
||||||
"nvueLaunchMode" : "fast",
|
"splashscreen": {
|
||||||
"splashscreen" : {
|
"alwaysShowBeforeRender": false
|
||||||
"alwaysShowBeforeRender" : false
|
},
|
||||||
},
|
"nativePlugins": {},
|
||||||
"nativePlugins" : {},
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
// 5+App特有相关
|
||||||
// 5+App特有相关
|
"quickapp": {},
|
||||||
"quickapp" : {},
|
// 快应用特有相关
|
||||||
// 快应用特有相关
|
"mp-weixin": {
|
||||||
"mp-weixin" : {
|
"setting": {
|
||||||
"setting" : {
|
"urlCheck": false,
|
||||||
"urlCheck" : false,
|
"es6": true,
|
||||||
"es6" : true,
|
"postcss": true,
|
||||||
"postcss" : true,
|
"minified": true
|
||||||
"minified" : true
|
},
|
||||||
},
|
"usingComponents": true,
|
||||||
"usingComponents" : true,
|
"appid": "wxd3ba52b7661b36be",
|
||||||
"appid" : "wxd3ba52b7661b36be",
|
"permission": {
|
||||||
"permission" : {
|
"scope.userLocation": {
|
||||||
"scope.userLocation" : {
|
"desc": "你的位置信息将用于小程序位置接口的效果展示"
|
||||||
"desc" : "你的位置信息将用于小程序位置接口的效果展示"
|
}
|
||||||
}
|
},
|
||||||
},
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"h5": {
|
||||||
"h5" : {
|
"template": "template.h5.html",
|
||||||
"template" : "template.h5.html",
|
"router": {
|
||||||
"router" : {
|
"mode": "hash",
|
||||||
"mode" : "hash",
|
"base": "/uniappDemo/"
|
||||||
"base" : "/uniappDemo/"
|
},
|
||||||
},
|
"optimization": {
|
||||||
"optimization" : {
|
"treeShaking": {
|
||||||
"treeShaking" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"_spaceID": "mp-3614b80b-2d75-4462-a481-4998f8187274",
|
||||||
"_spaceID" : "mp-3614b80b-2d75-4462-a481-4998f8187274",
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"version": "2",
|
||||||
"version" : "2",
|
"enable": true
|
||||||
"enable" : true
|
},
|
||||||
},
|
"mp-alipay": {
|
||||||
"mp-alipay" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-baidu": {
|
||||||
"mp-baidu" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-jd": {
|
||||||
"mp-jd" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-kuaishou": {
|
||||||
"mp-kuaishou" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-lark": {
|
||||||
"mp-lark" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-qq": {
|
||||||
"mp-qq" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"mp-toutiao": {
|
||||||
"mp-toutiao" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"quickapp-webview-huawei": {
|
||||||
"quickapp-webview-huawei" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
},
|
||||||
},
|
"quickapp-webview-union": {
|
||||||
"quickapp-webview-union" : {
|
"uniStatistics": {
|
||||||
"uniStatistics" : {
|
"enable": true
|
||||||
"enable" : true
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
// 小程序特有相关
|
// 小程序特有相关
|
||||||
|
|
||||||
@@ -37,6 +37,8 @@
|
|||||||
</u-grid>
|
</u-grid>
|
||||||
</view>
|
</view>
|
||||||
<view class="titleList">
|
<view class="titleList">
|
||||||
|
|
||||||
|
|
||||||
<u-grid :col="3" v-if="titleList.length > 0">
|
<u-grid :col="3" v-if="titleList.length > 0">
|
||||||
<u-grid-item v-for="(item, index) in titleList" :key="item.id" @click="gotoDetail(item)">
|
<u-grid-item v-for="(item, index) in titleList" :key="item.id" @click="gotoDetail(item)">
|
||||||
<view :class="['titleItem']">{{item.title}}</view>
|
<view :class="['titleItem']">{{item.title}}</view>
|
||||||
@@ -110,20 +112,20 @@
|
|||||||
},
|
},
|
||||||
// 穴位详情
|
// 穴位详情
|
||||||
gotoDetail(item) {
|
gotoDetail(item) {
|
||||||
// if (this.curOneCateIndex == 0 && this.userMes.pointPower== 0) {
|
if (this.curOneCateIndex == 0 && this.userMes.pointPower== 0) {
|
||||||
// let that = this
|
let that = this
|
||||||
// uni.showModal({
|
uni.showModal({
|
||||||
// content: '购买 手模 或 脚模 后方可使用此功能',
|
content: '购买 手模 或 脚模 后方可使用此功能',
|
||||||
// confirmText: '好的',
|
confirmText: '好的',
|
||||||
// showCancel: false,
|
showCancel: false,
|
||||||
// success: function(res) {
|
success: function(res) {
|
||||||
// if (res.confirm) {
|
if (res.confirm) {
|
||||||
// // console.log('用户点击确定');
|
// console.log('用户点击确定');
|
||||||
// }
|
}
|
||||||
// }
|
}
|
||||||
// })
|
})
|
||||||
// return
|
return
|
||||||
// }
|
}
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: "./acupointDetail?id=" + item.id
|
url: "./acupointDetail?id=" + item.id
|
||||||
})
|
})
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
BIN
static/font/PangMenZhengDaoBiaoTiTiMianFeiBan.ttf
Normal file
BIN
static/font/PangMenZhengDaoBiaoTiTiMianFeiBan.ttf
Normal file
Binary file not shown.
BIN
static/font/msyh.ttc
Normal file
BIN
static/font/msyh.ttc
Normal file
Binary file not shown.
BIN
static/font/msyh.ttf
Normal file
BIN
static/font/msyh.ttf
Normal file
Binary file not shown.
BIN
static/font/msyhbd.ttf
Normal file
BIN
static/font/msyhbd.ttf
Normal file
Binary file not shown.
BIN
static/font/msyhl.ttf
Normal file
BIN
static/font/msyhl.ttf
Normal file
Binary file not shown.
@@ -1,4 +1,12 @@
|
|||||||
@import '@/style/mixin.scss';
|
@import '@/style/mixin.scss';
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'PangMenZhengDaobiaoTiTiMianFeiBan';
|
||||||
|
src: url('@/static/font/PangMenZhengDaoBiaoTiTiMianFeiBan.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
}
|
||||||
|
|
||||||
view,
|
view,
|
||||||
page,
|
page,
|
||||||
text,
|
text,
|
||||||
|
|||||||
Reference in New Issue
Block a user