文字长度修改
This commit is contained in:
parent
0f6fdff8fe
commit
448be8de75
506
manifest.json
506
manifest.json
@ -1,52 +1,52 @@
|
|||||||
{
|
{
|
||||||
"name" : "惠农生活",
|
"name": "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid": "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description": "",
|
||||||
"versionName" : "2.0.41",
|
"versionName": "2.0.44",
|
||||||
"versionCode" : 2041,
|
"versionCode": 2044,
|
||||||
"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\"/>",
|
||||||
@ -68,228 +68,228 @@
|
|||||||
"<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/"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -297,55 +297,55 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
/* 快应用特有相关 */
|
/* 快应用特有相关 */
|
||||||
"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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,11 +4,12 @@
|
|||||||
<view class="store-wrapper" v-if="storeInfo">
|
<view class="store-wrapper" v-if="storeInfo">
|
||||||
<view class="left">
|
<view class="left">
|
||||||
<image :src="storeInfo.mer_avatar" mode=""></image>
|
<image :src="storeInfo.mer_avatar" mode=""></image>
|
||||||
<view class="txt">{{storeInfo.mer_name}}</view>
|
<view class="txt line1">{{storeInfo.mer_name}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="acea-row store-opeation">
|
<view class="acea-row store-opeation">
|
||||||
<navigator v-if="hide_mer_status != 1 && storeInfo.mer_id"
|
<navigator v-if="hide_mer_status != 1 && storeInfo.mer_id"
|
||||||
:url="'/pages/store/home/index?id='+storeInfo.mer_id" class="link" open-type="redirect">进店</navigator>
|
:url="'/pages/store/home/index?id='+storeInfo.mer_id" class="link" open-type="redirect">进店
|
||||||
|
</navigator>
|
||||||
<text v-if="storeInfo.service_phone" class="iconfont icon-dadianhua01" @click="goCustomer"></text>
|
<text v-if="storeInfo.service_phone" class="iconfont icon-dadianhua01" @click="goCustomer"></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -24,20 +25,24 @@
|
|||||||
<!-- 左边 -->
|
<!-- 左边 -->
|
||||||
<div class="item acea-row row-top" v-if="item.send_type == 0">
|
<div class="item acea-row row-top" v-if="item.send_type == 0">
|
||||||
<div v-if="item.msn_type !== 100" class="pictrue" @click="userDetail(item.user.uid)">
|
<div v-if="item.msn_type !== 100" class="pictrue" @click="userDetail(item.user.uid)">
|
||||||
<image :src="item.user.avatar ? item.user.avatar : '/static/images/f.png'" mode=""></image>
|
<image :src="item.user.avatar ? item.user.avatar : '/static/images/f.png'" mode="">
|
||||||
|
</image>
|
||||||
</div>
|
</div>
|
||||||
<view v-if="item.msn_type === 100" class="recall-msg">对方撤回了一条消息</view>
|
<view v-if="item.msn_type === 100" class="recall-msg">对方撤回了一条消息</view>
|
||||||
|
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<div class="acea-row">
|
<div class="acea-row">
|
||||||
<!--退款订单链接-->
|
<!--退款订单链接-->
|
||||||
<navigator v-if="item.msn_type === 6 && item.refundOrder && item.refundOrder.refund_order_id"
|
<navigator
|
||||||
open-type="navigate" :url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
v-if="item.msn_type === 6 && item.refundOrder && item.refundOrder.refund_order_id"
|
||||||
|
open-type="navigate"
|
||||||
|
:url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
||||||
<div class="broadcast-details_num">
|
<div class="broadcast-details_num">
|
||||||
<span>退款单号:{{ item.refundOrder.refund_order_sn }}</span>
|
<span>退款单号:{{ item.refundOrder.refund_order_sn }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle">
|
<div class="conter acea-row row-middle">
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.refundOrder.refundProduct"
|
<div class="broadcast-details_order noPad"
|
||||||
|
v-for="(val, inx) in item.refundOrder.refundProduct"
|
||||||
:key="item.service_log_id">
|
:key="item.service_log_id">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
@ -47,7 +52,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.product.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.product.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.refundOrder.refund_price }}
|
¥{{ item.refundOrder.refund_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -61,17 +68,19 @@
|
|||||||
<div class="broadcast-details_num acea-row row-middle">
|
<div class="broadcast-details_num acea-row row-middle">
|
||||||
<span>订单号:{{ item.orderInfo.order_sn }}</span>
|
<span>订单号:{{ item.orderInfo.order_sn }}</span>
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
<button class="copy copy-data" :data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
<button class="copy copy-data"
|
||||||
|
:data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<button class="copy" @tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
<button class="copy"
|
||||||
|
@tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</div>
|
</div>
|
||||||
<navigator
|
<navigator
|
||||||
:url="'/pages/admin/orderDetail/index?id='+item.orderInfo.order_id+'&mer_id='+item.orderInfo.mer_id"
|
:url="'/pages/admin/orderDetail/index?id='+item.orderInfo.order_id+'&mer_id='+item.orderInfo.mer_id"
|
||||||
open-type="open-type" class="conter acea-row row-middle">
|
open-type="open-type" class="conter acea-row row-middle">
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.orderInfo.orderProduct"
|
<div class="broadcast-details_order noPad"
|
||||||
:key="val.id">
|
v-for="(val, inx) in item.orderInfo.orderProduct" :key="val.id">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.cart_info.product.image" />
|
<image :src="val.cart_info.product.image" />
|
||||||
@ -80,7 +89,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.orderInfo.pay_price }}
|
¥{{ item.orderInfo.pay_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -90,10 +101,13 @@
|
|||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
<!--商品链接-->
|
<!--商品链接-->
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 4 && item.product">
|
<div class="conter acea-row row-middle"
|
||||||
|
v-if="item.msn_type === 4 && item.product">
|
||||||
<div class=" noPad">
|
<div class=" noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.product.product_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
:url="`/pages/goods_details/index?id=${item.product.product_id}`" open-type="navigate">
|
v-if="item.product.product_id"
|
||||||
|
:url="`/pages/goods_details/index?id=${item.product.product_id}`"
|
||||||
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
<image :src="item.product.image" />
|
<image :src="item.product.image" />
|
||||||
</div>
|
</div>
|
||||||
@ -101,7 +115,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.product.price }}
|
¥{{ item.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -110,7 +126,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
||||||
<div class=" noPad">
|
<div class=" noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.presell.product_presell_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.presell.product_presell_id"
|
||||||
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -120,7 +137,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.presell.price }}
|
¥{{ item.presell.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.presell.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.presell.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -129,7 +148,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
||||||
<div class=" noPad">
|
<div class=" noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.productGroup.product_group_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.productGroup.product_group_id"
|
||||||
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -139,7 +159,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.productGroup.product.price }}
|
¥{{ item.productGroup.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.productGroup.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.productGroup.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -148,7 +170,8 @@
|
|||||||
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
||||||
<i class="em" :class="item.msn" :style="'background-image:url('+ httpUrl +')'"></i>
|
<i class="em" :class="item.msn"
|
||||||
|
:style="'background-image:url('+ httpUrl +')'"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
||||||
{{item.msn}}
|
{{item.msn}}
|
||||||
@ -158,12 +181,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 右边 -->
|
<!-- 右边 -->
|
||||||
<div class="item acea-row row-top row-right" v-else @longpress="longTime(items,index,item,j)">
|
<div class="item acea-row row-top row-right" v-else
|
||||||
|
@longpress="longTime(items,index,item,j)">
|
||||||
<div class="text textR">
|
<div class="text textR">
|
||||||
<!-- <div class="name">{{ item.user.nickname }}</div> -->
|
<!-- <div class="name">{{ item.user.nickname }}</div> -->
|
||||||
<div class="acea-row ">
|
<div class="acea-row ">
|
||||||
<!--退款订单链接-->
|
<!--退款订单链接-->
|
||||||
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id" open-type="navigate">
|
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id"
|
||||||
|
open-type="navigate">
|
||||||
<div class="broadcast-details_num acea-row row-middle">
|
<div class="broadcast-details_num acea-row row-middle">
|
||||||
<text>订单号:{{ item.refundOrder.refund_order_sn }}</text>
|
<text>订单号:{{ item.refundOrder.refund_order_sn }}</text>
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
@ -171,12 +196,13 @@
|
|||||||
:data-clipboard-text="item.refundOrder.refund_order_sn">复制</button>
|
:data-clipboard-text="item.refundOrder.refund_order_sn">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<button class="copy" @tap.stop="copyText(item.refundOrder.refund_order_sn)">复制</button>
|
<button class="copy"
|
||||||
|
@tap.stop="copyText(item.refundOrder.refund_order_sn)">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle">
|
<div class="conter acea-row row-middle">
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.refundOrder.refundProduct"
|
<div class="broadcast-details_order noPad"
|
||||||
:key="val.id">
|
v-for="(val, inx) in item.refundOrder.refundProduct" :key="val.id">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.product.cart_info.product.image" />
|
<image :src="val.product.cart_info.product.image" />
|
||||||
@ -185,7 +211,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.product.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.product.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.refundOrder.refund_price }}
|
¥{{ item.refundOrder.refund_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -199,17 +227,19 @@
|
|||||||
<div class="broadcast-details_num acea-row row-middle">
|
<div class="broadcast-details_num acea-row row-middle">
|
||||||
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
<button class="copy copy-data" :data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
<button class="copy copy-data"
|
||||||
|
:data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<button class="copy" @tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
<button class="copy"
|
||||||
|
@tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</div>
|
</div>
|
||||||
<navigator
|
<navigator
|
||||||
:url="'/pages/admin/orderDetail/index?id='+item.orderInfo.order_id+'&mer_id='+item.orderInfo.mer_id"
|
:url="'/pages/admin/orderDetail/index?id='+item.orderInfo.order_id+'&mer_id='+item.orderInfo.mer_id"
|
||||||
open-type="navigate" class="conter acea-row row-middle">
|
open-type="navigate" class="conter acea-row row-middle">
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.orderInfo.orderProduct"
|
<div class="broadcast-details_order noPad"
|
||||||
:key="val.id">
|
v-for="(val, inx) in item.orderInfo.orderProduct" :key="val.id">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.cart_info.product.image" />
|
<image :src="val.cart_info.product.image" />
|
||||||
@ -218,7 +248,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.orderInfo.pay_price }}
|
¥{{ item.orderInfo.pay_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -228,9 +260,11 @@
|
|||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
<!--商品链接-->
|
<!--商品链接-->
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 4 && item.product">
|
<div class="conter acea-row row-middle"
|
||||||
|
v-if="item.msn_type === 4 && item.product">
|
||||||
<div class=" acea-row row-column-around noPad">
|
<div class=" acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.product.product_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.product.product_id"
|
||||||
:url="`/pages/goods_details/index?id=${item.product.product_id}`">
|
:url="`/pages/goods_details/index?id=${item.product.product_id}`">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
<image :src="item.product.image" />
|
<image :src="item.product.image" />
|
||||||
@ -239,7 +273,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.product.price }}
|
¥{{ item.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -248,7 +284,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
||||||
<div class=" acea-row row-column-around noPad">
|
<div class=" acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.presell.product_presell_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.presell.product_presell_id"
|
||||||
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -258,7 +295,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.presell.price }}
|
¥{{ item.presell.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.presell.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.presell.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -267,7 +306,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
||||||
<div class=" acea-row row-column-around noPad">
|
<div class=" acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.productGroup.product_group_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.productGroup.product_group_id"
|
||||||
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -277,7 +317,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.productGroup.product.price }}
|
¥{{ item.productGroup.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.productGroup.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.productGroup.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -286,7 +328,8 @@
|
|||||||
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
||||||
<i class="em" :class="item.msn" :style="'background-image:url('+ httpUrl +')'"></i>
|
<i class="em" :class="item.msn"
|
||||||
|
:style="'background-image:url('+ httpUrl +')'"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
||||||
{{item.msn}}
|
{{item.msn}}
|
||||||
@ -307,8 +350,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</view>
|
</view>
|
||||||
<view v-if="(new Date().getTime()/1000 - item.send_time) <= 120" class="recall-item"
|
<view v-if="(new Date().getTime()/1000 - item.send_time) <= 120"
|
||||||
@click.stop="reverstMsg(item)">
|
class="recall-item" @click.stop="reverstMsg(item)">
|
||||||
<view class="iconfont icon-chehui"></view>撤回
|
<view class="iconfont icon-chehui"></view>撤回
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -328,21 +371,24 @@
|
|||||||
<!-- 左边 -->
|
<!-- 左边 -->
|
||||||
<div class="item acea-row row-top" v-if="item.send_type == 1">
|
<div class="item acea-row row-top" v-if="item.send_type == 1">
|
||||||
<div v-if="item.msn_type !== 100" class="pictrue">
|
<div v-if="item.msn_type !== 100" class="pictrue">
|
||||||
<image :src="item.service.avatar ? item.service.avatar : '/static/images/f.png'" mode=""></image>
|
<image :src="item.service.avatar ? item.service.avatar : '/static/images/f.png'"
|
||||||
|
mode=""></image>
|
||||||
</div>
|
</div>
|
||||||
<view v-if="item.msn_type === 100" class="recall-msg">对方撤回了一条消息</view>
|
<view v-if="item.msn_type === 100" class="recall-msg">对方撤回了一条消息</view>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<!-- <div class="name">{{ item.service.nickname }}</div> -->
|
<!-- <div class="name">{{ item.service.nickname }}</div> -->
|
||||||
<div class="acea-row">
|
<div class="acea-row">
|
||||||
<!--退款订单链接-->
|
<!--退款订单链接-->
|
||||||
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id" open-type="navigate"
|
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id"
|
||||||
|
open-type="navigate"
|
||||||
:url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
:url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
||||||
<div class="broadcast-details_num">
|
<div class="broadcast-details_num">
|
||||||
<text>退款单号:{{ item.refundOrder.refund_order_sn }}</text>
|
<text>退款单号:{{ item.refundOrder.refund_order_sn }}</text>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle">
|
<div class="conter acea-row row-middle">
|
||||||
<!-- :key="item.service_log_id" -->
|
<!-- :key="item.service_log_id" -->
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.refundOrder.refundProduct">
|
<div class="broadcast-details_order noPad"
|
||||||
|
v-for="(val, inx) in item.refundOrder.refundProduct">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.product.cart_info.product.image" />
|
<image :src="val.product.cart_info.product.image" />
|
||||||
@ -351,7 +397,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.product.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.product.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ val.product.cart_info.productAttr.price }}
|
¥{{ val.product.cart_info.productAttr.price }}
|
||||||
</div>
|
</div>
|
||||||
@ -365,16 +413,20 @@
|
|||||||
<div class="broadcast-details_num acea-row row-middle">
|
<div class="broadcast-details_num acea-row row-middle">
|
||||||
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
<button class="copy copy-data" :data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
<button class="copy copy-data"
|
||||||
|
:data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<button class="copy" @tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
<button class="copy"
|
||||||
|
@tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</div>
|
</div>
|
||||||
<navigator :url="'/pages/order_details/index?order_id='+item.orderInfo.order_id"
|
<navigator
|
||||||
|
:url="'/pages/order_details/index?order_id='+item.orderInfo.order_id"
|
||||||
open-type="navigate" class="conter acea-row row-middle">
|
open-type="navigate" class="conter acea-row row-middle">
|
||||||
<!-- :key="item.service_log_id" -->
|
<!-- :key="item.service_log_id" -->
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.orderInfo.orderProduct">
|
<div class="broadcast-details_order noPad"
|
||||||
|
v-for="(val, inx) in item.orderInfo.orderProduct">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.cart_info.product.image" />
|
<image :src="val.cart_info.product.image" />
|
||||||
@ -383,7 +435,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.orderInfo.pay_price }}
|
¥{{ item.orderInfo.pay_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -393,10 +447,13 @@
|
|||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
<!--商品链接-->
|
<!--商品链接-->
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 4 && item.product">
|
<div class="conter acea-row row-middle"
|
||||||
|
v-if="item.msn_type === 4 && item.product">
|
||||||
<div class=" noPad">
|
<div class=" noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.product.product_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
:url="`/pages/goods_details/index?id=${item.product.product_id}`" open-type="navigate">
|
v-if="item.product.product_id"
|
||||||
|
:url="`/pages/goods_details/index?id=${item.product.product_id}`"
|
||||||
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
<image :src="item.product.image" />
|
<image :src="item.product.image" />
|
||||||
</div>
|
</div>
|
||||||
@ -404,7 +461,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.product.price }}
|
¥{{ item.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -413,7 +472,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
||||||
<div class=" noPad">
|
<div class=" noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.presell.product_presell_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.presell.product_presell_id"
|
||||||
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -423,7 +483,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.presell.price }}
|
¥{{ item.presell.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.presell.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.presell.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -432,7 +494,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
||||||
<div class="noPad">
|
<div class="noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.productGroup.product_group_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.productGroup.product_group_id"
|
||||||
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -442,7 +505,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.productGroup.product.price }}
|
¥{{ item.productGroup.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.productGroup.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.productGroup.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -451,7 +516,8 @@
|
|||||||
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
||||||
<i class="em" :class="item.msn" :style="'background-image:url('+ httpUrl +')'"></i>
|
<i class="em" :class="item.msn"
|
||||||
|
:style="'background-image:url('+ httpUrl +')'"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
||||||
{{item.msn}}
|
{{item.msn}}
|
||||||
@ -466,14 +532,16 @@
|
|||||||
<!-- <div class="name">{{ item.user.nickname }}</div> -->
|
<!-- <div class="name">{{ item.user.nickname }}</div> -->
|
||||||
<div class="acea-row" @longpress="longTime(items,index,item,j)">
|
<div class="acea-row" @longpress="longTime(items,index,item,j)">
|
||||||
<!--退款订单链接-->
|
<!--退款订单链接-->
|
||||||
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id" open-type="navigate"
|
<navigator v-if="item.msn_type === 6 && item.refundOrder.refund_order_id"
|
||||||
|
open-type="navigate"
|
||||||
:url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
:url="'/pages/order_details/index?order_id='+item.refundOrder.order_id">
|
||||||
<div class="broadcast-details_num">
|
<div class="broadcast-details_num">
|
||||||
<text>退款单号:{{ item.refundOrder.refund_order_sn }}</text>
|
<text>退款单号:{{ item.refundOrder.refund_order_sn }}</text>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle">
|
<div class="conter acea-row row-middle">
|
||||||
<!-- :key="item.service_log_id" -->
|
<!-- :key="item.service_log_id" -->
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.refundOrder.refundProduct">
|
<div class="broadcast-details_order noPad"
|
||||||
|
v-for="(val, inx) in item.refundOrder.refundProduct">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.product.cart_info.product.image" />
|
<image :src="val.product.cart_info.product.image" />
|
||||||
@ -482,7 +550,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.product.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.product.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
共{{item.refundOrder.refund_num}}件商品,
|
共{{item.refundOrder.refund_num}}件商品,
|
||||||
合计 ¥{{ item.refundOrder.refund_price }}
|
合计 ¥{{ item.refundOrder.refund_price }}
|
||||||
@ -497,15 +567,19 @@
|
|||||||
<div class="broadcast-details_num acea-row row-middle">
|
<div class="broadcast-details_num acea-row row-middle">
|
||||||
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
<text>订单号:{{ item.orderInfo.order_sn }}</text>
|
||||||
<!-- #ifdef H5 -->
|
<!-- #ifdef H5 -->
|
||||||
<button class="copy copy-data" :data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
<button class="copy copy-data"
|
||||||
|
:data-clipboard-text="item.orderInfo.order_sn">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
<!-- #ifndef H5 -->
|
<!-- #ifndef H5 -->
|
||||||
<button class="copy" @tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
<button class="copy"
|
||||||
|
@tap.stop="copyText(item.orderInfo.order_sn)">复制</button>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</div>
|
</div>
|
||||||
<navigator :url="'/pages/order_details/index?order_id='+item.orderInfo.order_id"
|
<navigator
|
||||||
|
:url="'/pages/order_details/index?order_id='+item.orderInfo.order_id"
|
||||||
open-type="navigate" class="conter acea-row row-middle">
|
open-type="navigate" class="conter acea-row row-middle">
|
||||||
<div class="broadcast-details_order noPad" v-for="(val, inx) in item.orderInfo.orderProduct">
|
<div class="broadcast-details_order noPad"
|
||||||
|
v-for="(val, inx) in item.orderInfo.orderProduct">
|
||||||
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
<div class="broadcast-details_box noPad" v-if="inx == 0">
|
||||||
<div class="broadcast_details_img">
|
<div class="broadcast_details_img">
|
||||||
<image :src="val.cart_info.product.image" />
|
<image :src="val.cart_info.product.image" />
|
||||||
@ -514,7 +588,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_picBox noPad">
|
<div class="broadcast_details_picBox noPad">
|
||||||
<div class="broadcast_details_tit">{{val.cart_info.product.store_name}}</div>
|
<div class="broadcast_details_tit">
|
||||||
|
{{val.cart_info.product.store_name}}
|
||||||
|
</div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.orderInfo.pay_price }}
|
¥{{ item.orderInfo.pay_price }}
|
||||||
</div>
|
</div>
|
||||||
@ -524,10 +600,13 @@
|
|||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
<!--商品链接-->
|
<!--商品链接-->
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 4 && item.product">
|
<div class="conter acea-row row-middle"
|
||||||
|
v-if="item.msn_type === 4 && item.product">
|
||||||
<div class="acea-row row-column-around noPad">
|
<div class="acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.product.product_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
:url="`/pages/goods_details/index?id=${item.product.product_id}`" open-type="navigate">
|
v-if="item.product.product_id"
|
||||||
|
:url="`/pages/goods_details/index?id=${item.product.product_id}`"
|
||||||
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
<image :src="item.product.image" />
|
<image :src="item.product.image" />
|
||||||
</div>
|
</div>
|
||||||
@ -535,7 +614,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.product.price }}
|
¥{{ item.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -544,7 +625,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
v-if="item.msn_type === 7 && item.presell && item.presell.product">
|
||||||
<div class="acea-row row-column-around noPad">
|
<div class="acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.presell.product_presell_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.presell.product_presell_id"
|
||||||
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
:url="`/pages/activity/presell_details/index?id=${item.presell.product_presell_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -554,7 +636,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.presell.price }}
|
¥{{ item.presell.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.presell.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.presell.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -563,7 +647,8 @@
|
|||||||
<div class="conter acea-row row-middle"
|
<div class="conter acea-row row-middle"
|
||||||
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
v-if="item.msn_type === 8 && item.productGroup && item.productGroup.product">
|
||||||
<div class="acea-row row-column-around noPad">
|
<div class="acea-row row-column-around noPad">
|
||||||
<navigator class="acea-row row-column-around noPad" v-if="item.productGroup.product_group_id"
|
<navigator class="acea-row row-column-around noPad"
|
||||||
|
v-if="item.productGroup.product_group_id"
|
||||||
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
:url="`/pages/activity/combination_details/index?id=${item.productGroup.product_group_id}`"
|
||||||
open-type="navigate">
|
open-type="navigate">
|
||||||
<div class="broadcast_details_img_no">
|
<div class="broadcast_details_img_no">
|
||||||
@ -573,7 +658,9 @@
|
|||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
¥{{ item.productGroup.product.price }}
|
¥{{ item.productGroup.product.price }}
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_tit_no line1">{{item.productGroup.product.store_name}}</div>
|
<div class="broadcast_details_tit_no line1">
|
||||||
|
{{item.productGroup.product.store_name}}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</navigator>
|
</navigator>
|
||||||
</div>
|
</div>
|
||||||
@ -582,7 +669,8 @@
|
|||||||
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
<image :src="item.msn" @click="clickImg(item.msn)" mode="heightFix" />
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 2">
|
||||||
<i class="em" :class="item.msn" :style="'background-image:url('+ httpUrl +')'"></i>
|
<i class="em" :class="item.msn"
|
||||||
|
:style="'background-image:url('+ httpUrl +')'"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
<div class="conter acea-row row-middle" v-if="item.msn_type === 1">
|
||||||
{{ item.msn }}
|
{{ item.msn }}
|
||||||
@ -603,8 +691,8 @@
|
|||||||
</view>
|
</view>
|
||||||
<!-- #endif -->
|
<!-- #endif -->
|
||||||
</view>
|
</view>
|
||||||
<view v-if="(new Date().getTime()/1000 - item.send_time) <= 120" class="recall-item"
|
<view v-if="(new Date().getTime()/1000 - item.send_time) <= 120"
|
||||||
@click.stop="reverstMsg(item)">
|
class="recall-item" @click.stop="reverstMsg(item)">
|
||||||
<view class="iconfont icon-chehui"></view>撤回
|
<view class="iconfont icon-chehui"></view>撤回
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
@ -653,7 +741,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="broadcast_details_pic">
|
<div class="broadcast_details_pic">
|
||||||
共{{ orderInfo.total_num }}件商品,合计 <text class="p-color">¥{{ orderInfo.pay_price }}</text>
|
共{{ orderInfo.total_num }}件商品,合计 <text
|
||||||
|
class="p-color">¥{{ orderInfo.pay_price }}</text>
|
||||||
</div>
|
</div>
|
||||||
<div class="broadcast_details_btn" @click="sendOrder">
|
<div class="broadcast_details_btn" @click="sendOrder">
|
||||||
发送订单
|
发送订单
|
||||||
@ -705,7 +794,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<view class="input_count">
|
<view class="input_count">
|
||||||
<input type="text" placeholder-class='placeholder' placeholder="输入内容" class="input" ref="input"
|
<input type="text" placeholder-class='placeholder' placeholder="输入内容" class="input" ref="input"
|
||||||
v-show="!voice" @input="bindInput" @keyup="keyup" @focus="focus" cursor-spacing="20" v-model="textCon">
|
v-show="!voice" @input="bindInput" @keyup="keyup" @focus="focus" cursor-spacing="20"
|
||||||
|
v-model="textCon">
|
||||||
<div class="send iconfont icon-fasong" :style="'color:'+iconColor" @click="sendTest"></div>
|
<div class="send iconfont icon-fasong" :style="'color:'+iconColor" @click="sendTest"></div>
|
||||||
</view>
|
</view>
|
||||||
</div>
|
</div>
|
||||||
@ -715,8 +805,8 @@
|
|||||||
:duration="duration" v-if="emojiGroup.length > 0">
|
:duration="duration" v-if="emojiGroup.length > 0">
|
||||||
<block v-for="(emojiList, index) in emojiGroup" :key="index">
|
<block v-for="(emojiList, index) in emojiGroup" :key="index">
|
||||||
<swiper-item>
|
<swiper-item>
|
||||||
<i class="em" :class="emoji" :style="'background-image:url('+ httpUrl +')'" v-for="emoji in emojiList"
|
<i class="em" :class="emoji" :style="'background-image:url('+ httpUrl +')'"
|
||||||
:key="emoji" @click="addEmoji(emoji)"></i>
|
v-for="emoji in emojiList" :key="emoji" @click="addEmoji(emoji)"></i>
|
||||||
</swiper-item>
|
</swiper-item>
|
||||||
</block>
|
</block>
|
||||||
</swiper>
|
</swiper>
|
||||||
@ -742,15 +832,38 @@
|
|||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
import ClipboardJS from "@/plugin/clipboard/clipboard.js";
|
import ClipboardJS from "@/plugin/clipboard/clipboard.js";
|
||||||
// #endif
|
// #endif
|
||||||
import { getChatRecord, getMerHistory, chatReverstApi, hasServiceApi } from "@/api/user";
|
import {
|
||||||
import { getProductDetail, getPresellProductDetail, getStoreDetail } from "@/api/store";
|
getChatRecord,
|
||||||
import { getCombinationDetail } from "@/api/activity";
|
getMerHistory,
|
||||||
import { getOrderDetail, refundDetail } from "@/api/order";
|
chatReverstApi,
|
||||||
|
hasServiceApi
|
||||||
|
} from "@/api/user";
|
||||||
|
import {
|
||||||
|
getProductDetail,
|
||||||
|
getPresellProductDetail,
|
||||||
|
getStoreDetail
|
||||||
|
} from "@/api/store";
|
||||||
|
import {
|
||||||
|
getCombinationDetail
|
||||||
|
} from "@/api/activity";
|
||||||
|
import {
|
||||||
|
getOrderDetail,
|
||||||
|
refundDetail
|
||||||
|
} from "@/api/order";
|
||||||
import Loading from "@/components/Loading";
|
import Loading from "@/components/Loading";
|
||||||
import { TOKENNAME, HTTP_REQUEST_URL } from '@/config/app.js';
|
import {
|
||||||
import { toLogin } from '@/libs/login.js';
|
TOKENNAME,
|
||||||
import { configMap } from "@/utils";
|
HTTP_REQUEST_URL
|
||||||
import { mapGetters } from "vuex";
|
} from '@/config/app.js';
|
||||||
|
import {
|
||||||
|
toLogin
|
||||||
|
} from '@/libs/login.js';
|
||||||
|
import {
|
||||||
|
configMap
|
||||||
|
} from "@/utils";
|
||||||
|
import {
|
||||||
|
mapGetters
|
||||||
|
} from "vuex";
|
||||||
const chunk = function(arr, num) {
|
const chunk = function(arr, num) {
|
||||||
num = num * 1 || 1;
|
num = num * 1 || 1;
|
||||||
var ret = [];
|
var ret = [];
|
||||||
@ -930,16 +1043,23 @@
|
|||||||
});
|
});
|
||||||
uni.$on(["reply", "chat", "send_chat"], data => {
|
uni.$on(["reply", "chat", "send_chat"], data => {
|
||||||
data.longpress = false
|
data.longpress = false
|
||||||
if (that.history.length > 0 && that.history[that.history.length - 1]['children'].length > 0) {
|
if (that.history.length > 0 && that.history[that.history.length - 1]['children'].length >
|
||||||
|
0) {
|
||||||
let index = that.history[that.history.length - 1]['children'].length - 1
|
let index = that.history[that.history.length - 1]['children'].length - 1
|
||||||
let item = that.history[that.history.length - 1]['children'][index]
|
let item = that.history[that.history.length - 1]['children'][index]
|
||||||
if (data.send_time - item.send_time > 300) {
|
if (data.send_time - item.send_time > 300) {
|
||||||
that.history.push({ time: data.create_time, children: [data] })
|
that.history.push({
|
||||||
|
time: data.create_time,
|
||||||
|
children: [data]
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
that.history[that.history.length - 1]['children'].push(data);
|
that.history[that.history.length - 1]['children'].push(data);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
that.history.push({ time: data.create_time, children: [data] })
|
that.history.push({
|
||||||
|
time: data.create_time,
|
||||||
|
children: [data]
|
||||||
|
})
|
||||||
}
|
}
|
||||||
that.deleteMsg(data);
|
that.deleteMsg(data);
|
||||||
that.height();
|
that.height();
|
||||||
@ -1170,7 +1290,9 @@
|
|||||||
getChatRecord(this.mer_id, {
|
getChatRecord(this.mer_id, {
|
||||||
page: this.page,
|
page: this.page,
|
||||||
limit: this.limit
|
limit: this.limit
|
||||||
}).then(({ data }) => {
|
}).then(({
|
||||||
|
data
|
||||||
|
}) => {
|
||||||
let arr = this.getChatTime(data.list)
|
let arr = this.getChatTime(data.list)
|
||||||
let newArr = []
|
let newArr = []
|
||||||
for (var j in arr) {
|
for (var j in arr) {
|
||||||
@ -1439,7 +1561,9 @@
|
|||||||
},
|
},
|
||||||
//#ifndef H5
|
//#ifndef H5
|
||||||
copyText: function(text) {
|
copyText: function(text) {
|
||||||
uni.setClipboardData({ data: text });
|
uni.setClipboardData({
|
||||||
|
data: text
|
||||||
|
});
|
||||||
},
|
},
|
||||||
// #endif
|
// #endif
|
||||||
}
|
}
|
||||||
@ -2011,6 +2135,10 @@
|
|||||||
.left {
|
.left {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
|
.txt {
|
||||||
|
max-width: 480rpx;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link {
|
.link {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user