页面修改

This commit is contained in:
zmj 2023-11-09 18:28:19 +08:00
parent 06f22cbf2b
commit 47a517b653
4 changed files with 384 additions and 366 deletions

View File

@ -1,5 +1,9 @@
<template> <template>
<view class="c_task_item" @click="clickTask"> <view class="c_task_item" @click="clickTask">
<!-- {{datas.datas[0].data_field}} -->
<view class="personnel_list" v-for="(item ,i) in datas.datas"> <view class="personnel_list" v-for="(item ,i) in datas.datas">
<view class="cards" v-if="item.ai_question"> <view class="cards" v-if="item.ai_question">
@ -8,22 +12,32 @@
<view class=""> <view class="">
AI提问 AI提问
</view> </view>
<view class=""> <view class="" style="white-space: pre-line;">
{{item.ai_question}} <view class="">
根据以下信息
</view>
<view class="" style="text-align: left;" v-for="(items,indexs) in item.data_field">
{{indexs}} :{{items}}
</view>
<!-- {{item.ai_question}} -->
<view class="">
请问有那些商机需要购买哪些商品
</view>
</view> </view>
</view> </view>
</view> </view>
<view class="cards_content"> <view class="cards_content">
<view class="right" style="width: 100%"> <view class="right" style="width: 100%">
<view class=""> <view class="">
AI回答 AI回答
</view> </view>
<view class=""> <view class="" style="white-space: pre-line;">
{{item.ai_aianalyse}} {{item.ai_aianalyse}}
</view> </view>
</view> </view>
</view> </view>
</view> </view>
</view> </view>
@ -167,7 +181,7 @@
.cards_content { .cards_content {
padding: 28rpx; padding: 28rpx;
.left { .left {
text-align: center; text-align: center;

View File

@ -1,356 +1,359 @@
{ {
"name" : "里海社区", "name": "里海社区",
// "appid" : "__UNI__3A527D1", // "appid" : "__UNI__3A527D1",
"appid" : "__UNI__B5B1EDD", "appid": "__UNI__B5B1EDD",
"description" : "", "description": "",
"versionName" : "1.2.6", "versionName": "1.2.6",
"versionCode" : 126, "versionCode": 126,
"transformPx" : false, "transformPx": false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus": {
"usingComponents" : true, "usingComponents": true,
"nvueStyleCompiler" : "uni-app", "nvueStyleCompiler": "uni-app",
"compilerVersion" : 3, "compilerVersion": 3,
"compatible":{ "compatible": {
"ignoreVersion": true //trueHBuilderX1.9.0 "ignoreVersion": true //trueHBuilderX1.9.0
}, },
// "statusbar": { "compatible": {
// "immersed": false "ignoreVersion": true //trueHBuilderX1.9.0
// }, },
"splashscreen" : { // "statusbar": {
"alwaysShowBeforeRender" : false, // "immersed": false
"waiting" : true, // },
"autoclose" : false, "splashscreen": {
"delay" : 0 "alwaysShowBeforeRender": false,
}, "waiting": true,
/* */ "autoclose": false,
"modules" : { "delay": 0
"Payment" : {}, },
"Barcode" : {}, /* */
"Camera" : {}, "modules": {
"Maps" : {}, "Payment": {},
"VideoPlayer" : {}, "Barcode": {},
"Geolocation" : {} "Camera": {},
}, "Maps": {},
/* */ "VideoPlayer": {},
"distribute" : { "Geolocation": {}
/* android */ },
"android" : { /* */
"permissions" : [ "distribute": {
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>", /* android */
"<uses-feature android:name=\"android.hardware.camera\"/>", "android": {
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", "permissions": [
"<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-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>", "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", "<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", "<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", "<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>", "<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", "<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", "<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
], "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ] "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
}, "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
/* ios */ ],
"ios" : { "abiFilters": ["armeabi-v7a", "arm64-v8a"]
"dSYMs" : false },
}, /* ios */
/* SDK */ "ios": {
"sdkConfigs" : { "dSYMs": false
"payment" : { },
"weixin" : { /* SDK */
"__platform__" : [ "ios", "android" ], "sdkConfigs": {
// "appid" : "wx4789d9f1b50390ba", "payment": {
"appid" : "wx9d68c92b550ddd1e", // "weixin": {
"UniversalLinks" : "https://worker-task.lihaink.cn/" "__platform__": ["ios", "android"],
} // "appid" : "wx4789d9f1b50390ba",
}, "appid": "wx9d68c92b550ddd1e", //
"ad" : {}, "UniversalLinks": "https://worker-task.lihaink.cn/"
"maps" : { }
"amap" : { },
// "appkey_ios" : "0799f37420c0784f1e6cba230a68bdb1", "ad": {},
// "appkey_android" : "0799f37420c0784f1e6cba230a68bdb1", "maps": {
"appkey_ios" : "82af93ec51139c712c4118d84ba684ee", "amap": {
"appkey_android" : "0799f37420c0784f1e6cba230a68bdb1" // "appkey_ios" : "0799f37420c0784f1e6cba230a68bdb1",
} // "appkey_android" : "0799f37420c0784f1e6cba230a68bdb1",
}, "appkey_ios": "82af93ec51139c712c4118d84ba684ee",
// "appkey_ios" : "4f8f55618010007147aab96fc72bb408", "appkey_android": "0799f37420c0784f1e6cba230a68bdb1"
// "appkey_android" : "4f8f55618010007147aab96fc72bb408" }
"geolocation" : { },
"amap" : { // "appkey_ios" : "4f8f55618010007147aab96fc72bb408",
"__platform__" : [ "ios", "android" ], // "appkey_android" : "4f8f55618010007147aab96fc72bb408"
"appkey_ios" : "82af93ec51139c712c4118d84ba684ee", "geolocation": {
"appkey_android" : "0799f37420c0784f1e6cba230a68bdb1" "amap": {
} "__platform__": ["ios", "android"],
} "appkey_ios": "82af93ec51139c712c4118d84ba684ee",
}, "appkey_android": "0799f37420c0784f1e6cba230a68bdb1"
"apple" : { }
"urlschemewhitelist" : [ "iosamap" ] }
}, },
"splashscreen" : { "apple": {
"useOriginalMsgbox" : false, "urlschemewhitelist": ["iosamap"]
"androidStyle" : "common" },
}, "splashscreen": {
"icons" : { "useOriginalMsgbox": false,
"android" : { "androidStyle": "common"
"hdpi" : "unpackage/res/icons/72x72.png", },
"xhdpi" : "unpackage/res/icons/96x96.png", "icons": {
"xxhdpi" : "unpackage/res/icons/144x144.png", "android": {
"xxxhdpi" : "unpackage/res/icons/192x192.png" "hdpi": "unpackage/res/icons/72x72.png",
}, "xhdpi": "unpackage/res/icons/96x96.png",
"ios" : { "xxhdpi": "unpackage/res/icons/144x144.png",
"appstore" : "unpackage/res/icons/1024x1024.png", "xxxhdpi": "unpackage/res/icons/192x192.png"
"ipad" : { },
"app" : "unpackage/res/icons/76x76.png", "ios": {
"app@2x" : "unpackage/res/icons/152x152.png", "appstore": "unpackage/res/icons/1024x1024.png",
"notification" : "unpackage/res/icons/20x20.png", "ipad": {
"notification@2x" : "unpackage/res/icons/40x40.png", "app": "unpackage/res/icons/76x76.png",
"proapp@2x" : "unpackage/res/icons/167x167.png", "app@2x": "unpackage/res/icons/152x152.png",
"settings" : "unpackage/res/icons/29x29.png", "notification": "unpackage/res/icons/20x20.png",
"settings@2x" : "unpackage/res/icons/58x58.png", "notification@2x": "unpackage/res/icons/40x40.png",
"spotlight" : "unpackage/res/icons/40x40.png", "proapp@2x": "unpackage/res/icons/167x167.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png" "settings": "unpackage/res/icons/29x29.png",
}, "settings@2x": "unpackage/res/icons/58x58.png",
"iphone" : { "spotlight": "unpackage/res/icons/40x40.png",
"app@2x" : "unpackage/res/icons/120x120.png", "spotlight@2x": "unpackage/res/icons/80x80.png"
"app@3x" : "unpackage/res/icons/180x180.png", },
"notification@2x" : "unpackage/res/icons/40x40.png", "iphone": {
"notification@3x" : "unpackage/res/icons/60x60.png", "app@2x": "unpackage/res/icons/120x120.png",
"settings@2x" : "unpackage/res/icons/58x58.png", "app@3x": "unpackage/res/icons/180x180.png",
"settings@3x" : "unpackage/res/icons/87x87.png", "notification@2x": "unpackage/res/icons/40x40.png",
"spotlight@2x" : "unpackage/res/icons/80x80.png", "notification@3x": "unpackage/res/icons/60x60.png",
"spotlight@3x" : "unpackage/res/icons/120x120.png" "settings@2x": "unpackage/res/icons/58x58.png",
} "settings@3x": "unpackage/res/icons/87x87.png",
} "spotlight@2x": "unpackage/res/icons/80x80.png",
} "spotlight@3x": "unpackage/res/icons/120x120.png"
}, }
"nativePlugins" : { }
"JG-JCore" : { }
"JPUSH_APPKEY_ANDROID" : "5ced5ec5fa7bb86302944f0f", },
"JPUSH_APPKEY_IOS" : "5ced5ec5fa7bb86302944f0f", "nativePlugins": {
"JPUSH_CHANNEL_ANDROID" : "", "JG-JCore": {
"JPUSH_CHANNEL_IOS" : "", "JPUSH_APPKEY_ANDROID": "5ced5ec5fa7bb86302944f0f",
"__plugin_info__" : { "JPUSH_APPKEY_IOS": "5ced5ec5fa7bb86302944f0f",
"name" : "极光推送 JCore 官方 SDK", "JPUSH_CHANNEL_ANDROID": "",
"description" : "极光推送 JCore 官方 SDK HBuilder 插件版本", "JPUSH_CHANNEL_IOS": "",
"platforms" : "Android,iOS", "__plugin_info__": {
"url" : "https://ext.dcloud.net.cn/plugin?id=4028", "name": "极光推送 JCore 官方 SDK",
"android_package_name" : "uni.UNIB5B1EDD", "description": "极光推送 JCore 官方 SDK HBuilder 插件版本",
"ios_bundle_id" : "uni.UNIB5B1EDD", "platforms": "Android,iOS",
"isCloud" : true, "url": "https://ext.dcloud.net.cn/plugin?id=4028",
"bought" : 1, "android_package_name": "uni.UNIB5B1EDD",
"pid" : "4028", "ios_bundle_id": "uni.UNIB5B1EDD",
"parameters" : { "isCloud": true,
"JPUSH_APPKEY_ANDROID" : { "bought": 1,
"des" : "[Android]极光portal配置应用信息时分配的AppKey", "pid": "4028",
"key" : "JPUSH_APPKEY", "parameters": {
"value" : "" "JPUSH_APPKEY_ANDROID": {
}, "des": "[Android]极光portal配置应用信息时分配的AppKey",
"JPUSH_APPKEY_IOS" : { "key": "JPUSH_APPKEY",
"des" : "[iOS]极光portal配置应用信息时分配的AppKey", "value": ""
"key" : "JCore:APP_KEY", },
"value" : "" "JPUSH_APPKEY_IOS": {
}, "des": "[iOS]极光portal配置应用信息时分配的AppKey",
"JPUSH_CHANNEL_ANDROID" : { "key": "JCore:APP_KEY",
"des" : "[Android]用于统计分发渠道不需要可填默认值developer-default", "value": ""
"key" : "JPUSH_CHANNEL", },
"value" : "" "JPUSH_CHANNEL_ANDROID": {
}, "des": "[Android]用于统计分发渠道不需要可填默认值developer-default",
"JPUSH_CHANNEL_IOS" : { "key": "JPUSH_CHANNEL",
"des" : "[iOS]用于统计分发渠道不需要可填默认值developer-default", "value": ""
"key" : "JCore:CHANNEL", },
"value" : "" "JPUSH_CHANNEL_IOS": {
} "des": "[iOS]用于统计分发渠道不需要可填默认值developer-default",
} "key": "JCore:CHANNEL",
} "value": ""
}, }
"JG-JPush" : { }
"JPUSH_ADVERTISINGID_IOS" : "", }
"JPUSH_DEFAULTINITJPUSH_IOS" : "", },
"JPUSH_GOOGLE_API_KEY" : "", "JG-JPush": {
"JPUSH_GOOGLE_APP_ID" : "", "JPUSH_ADVERTISINGID_IOS": "",
"JPUSH_GOOGLE_PROJECT_ID" : "", "JPUSH_DEFAULTINITJPUSH_IOS": "",
"JPUSH_GOOGLE_PROJECT_NUMBER" : "", "JPUSH_GOOGLE_API_KEY": "",
"JPUSH_GOOGLE_STORAGE_BUCKET" : "", "JPUSH_GOOGLE_APP_ID": "",
"JPUSH_HONOR_APPID" : "", "JPUSH_GOOGLE_PROJECT_ID": "",
"JPUSH_HUAWEI_APPID" : "", "JPUSH_GOOGLE_PROJECT_NUMBER": "",
"JPUSH_ISPRODUCTION_IOS" : "", "JPUSH_GOOGLE_STORAGE_BUCKET": "",
"JPUSH_MEIZU_APPID" : "", "JPUSH_HONOR_APPID": "",
"JPUSH_MEIZU_APPKEY" : "", "JPUSH_HUAWEI_APPID": "",
"JPUSH_OPPO_APPID" : "", "JPUSH_ISPRODUCTION_IOS": "",
"JPUSH_OPPO_APPKEY" : "", "JPUSH_MEIZU_APPID": "",
"JPUSH_OPPO_APPSECRET" : "", "JPUSH_MEIZU_APPKEY": "",
"JPUSH_VIVO_APPID" : "", "JPUSH_OPPO_APPID": "",
"JPUSH_VIVO_APPKEY" : "", "JPUSH_OPPO_APPKEY": "",
"JPUSH_XIAOMI_APPID" : "", "JPUSH_OPPO_APPSECRET": "",
"JPUSH_XIAOMI_APPKEY" : "", "JPUSH_VIVO_APPID": "",
"__plugin_info__" : { "JPUSH_VIVO_APPKEY": "",
"name" : "极光推送 JPush 官方 SDK", "JPUSH_XIAOMI_APPID": "",
"description" : "极光推送JPush官方SDK HBuilder插件版本", "JPUSH_XIAOMI_APPKEY": "",
"platforms" : "Android,iOS", "__plugin_info__": {
"url" : "https://ext.dcloud.net.cn/plugin?id=4035", "name": "极光推送 JPush 官方 SDK",
"android_package_name" : "uni.UNIB5B1EDD", "description": "极光推送JPush官方SDK HBuilder插件版本",
"ios_bundle_id" : "uni.UNIB5B1EDD", "platforms": "Android,iOS",
"isCloud" : true, "url": "https://ext.dcloud.net.cn/plugin?id=4035",
"bought" : 1, "android_package_name": "uni.UNIB5B1EDD",
"pid" : "4035", "ios_bundle_id": "uni.UNIB5B1EDD",
"parameters" : { "isCloud": true,
"JPUSH_ADVERTISINGID_IOS" : { "bought": 1,
"des" : "[iOS]广告标识符IDFA如果不需要使用IDFA可不填", "pid": "4035",
"key" : "JPush:ADVERTISINGID", "parameters": {
"value" : "" "JPUSH_ADVERTISINGID_IOS": {
}, "des": "[iOS]广告标识符IDFA如果不需要使用IDFA可不填",
"JPUSH_DEFAULTINITJPUSH_IOS" : { "key": "JPush:ADVERTISINGID",
"des" : "[iOS]是否默认初始化是填true不是填false或者不填", "value": ""
"key" : "JPush:DEFAULTINITJPUSH", },
"value" : "" "JPUSH_DEFAULTINITJPUSH_IOS": {
}, "des": "[iOS]是否默认初始化是填true不是填false或者不填",
"JPUSH_GOOGLE_API_KEY" : { "key": "JPush:DEFAULTINITJPUSH",
"des" : "厂商google api_key,示例:g-12346578", "value": ""
"key" : "google_api_key", },
"value" : "" "JPUSH_GOOGLE_API_KEY": {
}, "des": "厂商google api_key,示例:g-12346578",
"JPUSH_GOOGLE_APP_ID" : { "key": "google_api_key",
"des" : "厂商google mobilesdk_app_id,示例g-12346578", "value": ""
"key" : "google_app_id", },
"value" : "" "JPUSH_GOOGLE_APP_ID": {
}, "des": "厂商google mobilesdk_app_id,示例g-12346578",
"JPUSH_GOOGLE_PROJECT_ID" : { "key": "google_app_id",
"des" : "厂商google project_id ,示例g-12346578", "value": ""
"key" : "project_id", },
"value" : "" "JPUSH_GOOGLE_PROJECT_ID": {
}, "des": "厂商google project_id ,示例g-12346578",
"JPUSH_GOOGLE_PROJECT_NUMBER" : { "key": "project_id",
"des" : "厂商google project_number,示例g-12346578", "value": ""
"key" : "gcm_defaultSenderId", },
"value" : "" "JPUSH_GOOGLE_PROJECT_NUMBER": {
}, "des": "厂商google project_number,示例g-12346578",
"JPUSH_GOOGLE_STORAGE_BUCKET" : { "key": "gcm_defaultSenderId",
"des" : "厂商google storage_bucket,示例g-12346578", "value": ""
"key" : "google_storage_bucket", },
"value" : "" "JPUSH_GOOGLE_STORAGE_BUCKET": {
}, "des": "厂商google storage_bucket,示例g-12346578",
"JPUSH_HONOR_APPID" : { "key": "google_storage_bucket",
"des" : "厂商HONOR-appId,示例12346578", "value": ""
"key" : "com.hihonor.push.app_id", },
"value" : "" "JPUSH_HONOR_APPID": {
}, "des": "厂商HONOR-appId,示例12346578",
"JPUSH_HUAWEI_APPID" : { "key": "com.hihonor.push.app_id",
"des" : "厂商HUAWEI-appId,示例appid=12346578", "value": ""
"key" : "com.huawei.hms.client.appid", },
"value" : "" "JPUSH_HUAWEI_APPID": {
}, "des": "厂商HUAWEI-appId,示例appid=12346578",
"JPUSH_ISPRODUCTION_IOS" : { "key": "com.huawei.hms.client.appid",
"des" : "[iOS]是否是生产环境是填true不是填false或者不填", "value": ""
"key" : "JPush:ISPRODUCTION", },
"value" : "" "JPUSH_ISPRODUCTION_IOS": {
}, "des": "[iOS]是否是生产环境是填true不是填false或者不填",
"JPUSH_MEIZU_APPID" : { "key": "JPush:ISPRODUCTION",
"des" : "厂商MEIZU-appId,示例MZ-12345678", "value": ""
"key" : "MEIZU_APPID", },
"value" : "" "JPUSH_MEIZU_APPID": {
}, "des": "厂商MEIZU-appId,示例MZ-12345678",
"JPUSH_MEIZU_APPKEY" : { "key": "MEIZU_APPID",
"des" : "厂商MEIZU-appKey,示例MZ-12345678", "value": ""
"key" : "MEIZU_APPKEY", },
"value" : "" "JPUSH_MEIZU_APPKEY": {
}, "des": "厂商MEIZU-appKey,示例MZ-12345678",
"JPUSH_OPPO_APPID" : { "key": "MEIZU_APPKEY",
"des" : "厂商OPPO-appId,示例OP-12345678", "value": ""
"key" : "OPPO_APPID", },
"value" : "" "JPUSH_OPPO_APPID": {
}, "des": "厂商OPPO-appId,示例OP-12345678",
"JPUSH_OPPO_APPKEY" : { "key": "OPPO_APPID",
"des" : "厂商OPPO-appkey,示例OP-12345678", "value": ""
"key" : "OPPO_APPKEY", },
"value" : "" "JPUSH_OPPO_APPKEY": {
}, "des": "厂商OPPO-appkey,示例OP-12345678",
"JPUSH_OPPO_APPSECRET" : { "key": "OPPO_APPKEY",
"des" : "厂商OPPO-appSecret,示例OP-12345678", "value": ""
"key" : "OPPO_APPSECRET", },
"value" : "" "JPUSH_OPPO_APPSECRET": {
}, "des": "厂商OPPO-appSecret,示例OP-12345678",
"JPUSH_VIVO_APPID" : { "key": "OPPO_APPSECRET",
"des" : "厂商VIVO-appId,示例12345678", "value": ""
"key" : "com.vivo.push.app_id", },
"value" : "" "JPUSH_VIVO_APPID": {
}, "des": "厂商VIVO-appId,示例12345678",
"JPUSH_VIVO_APPKEY" : { "key": "com.vivo.push.app_id",
"des" : "厂商VIVO-appkey,示例12345678", "value": ""
"key" : "com.vivo.push.api_key", },
"value" : "" "JPUSH_VIVO_APPKEY": {
}, "des": "厂商VIVO-appkey,示例12345678",
"JPUSH_XIAOMI_APPID" : { "key": "com.vivo.push.api_key",
"des" : "厂商XIAOMI-appId,示例MI-12345678", "value": ""
"key" : "XIAOMI_APPID", },
"value" : "" "JPUSH_XIAOMI_APPID": {
}, "des": "厂商XIAOMI-appId,示例MI-12345678",
"JPUSH_XIAOMI_APPKEY" : { "key": "XIAOMI_APPID",
"des" : "厂商XIAOMI-appKey,示例MI-12345678", "value": ""
"key" : "XIAOMI_APPKEY", },
"value" : "" "JPUSH_XIAOMI_APPKEY": {
} "des": "厂商XIAOMI-appKey,示例MI-12345678",
} "key": "XIAOMI_APPKEY",
} "value": ""
} }
} }
}, }
/* */ }
"quickapp" : {}, }
"h5" : { },
"devServer" : { /* */
"proxy" : { "quickapp": {},
"baseUrlTest/adminapi" : { "h5": {
"target" : "https://worker-task.lihaink.cn", "devServer": {
"changeOrigin" : true, "proxy": {
"pathRewrite" : { "baseUrlTest/adminapi": {
"^/baseUrlTest/adminapi" : "/adminapi" "target": "https://worker-task.lihaink.cn",
} "changeOrigin": true,
}, "pathRewrite": {
"baseUrlTest/api" : { "^/baseUrlTest/adminapi": "/adminapi"
"target" : "https://worker-task.lihaink.cn", }
"changeOrigin" : true, },
"pathRewrite" : { "baseUrlTest/api": {
"^/baseUrlTest/api" : "/api" "target": "https://worker-task.lihaink.cn",
} "changeOrigin": true,
} "pathRewrite": {
} "^/baseUrlTest/api": "/api"
}, }
"sdkConfigs" : { }
"maps" : { }
"amap" : { },
"key" : "275cd3601b1b2d6414f6c988e7911664", "sdkConfigs": {
"securityJsCode" : "d2d7c56801819e8bdf71b8a71846f235", "maps": {
"serviceHost" : "" "amap": {
} "key": "275cd3601b1b2d6414f6c988e7911664",
} "securityJsCode": "d2d7c56801819e8bdf71b8a71846f235",
} "serviceHost": ""
}, }
/* */ }
"mp-weixin" : { }
"appid" : "wx6e14cb98394e36bc", },
"setting" : { /* */
"urlCheck" : false "mp-weixin": {
}, "appid": "wx6e14cb98394e36bc",
"usingComponents" : true "setting": {
}, "urlCheck": false
"mp-alipay" : { },
"usingComponents" : true "usingComponents": true
}, },
"mp-baidu" : { "mp-alipay": {
"usingComponents" : true "usingComponents": true
}, },
"mp-toutiao" : { "mp-baidu": {
"usingComponents" : true "usingComponents": true
}, },
"uniStatistics" : { "mp-toutiao": {
"enable" : false "usingComponents": true
}, },
"vueVersion" : "2" "uniStatistics": {
} "enable": false
},
"vueVersion": "2"
}

View File

@ -69,10 +69,11 @@
</text> </text>
<view class="goods-tit" style="align-items: center;" <view class="goods-tit" style="align-items: center;"
v-for="(item,index) in goodsDetil.product" :key="index"> v-for="(item,index) in goodsDetil.product" :key="index">
<u--image style="flex: 2;" radius='10' :showLoading="true" :src="item.goods_pic"
width="100rpx" height="100rpx" @click="click"></u--image>
<text style="flex: 6;">{{item.goods_name}}</text> <text style="flex: 6;">{{item.goods_name}}</text>
<u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
height="100rpx" @click="click"></u--image> <text style="flex: 1;">X{{item.product_num}}{{item.goods_unit}}</text>
<text style="flex: 2;">X{{item.product_num}}{{item.goods_unit}}</text>
</view> </view>
</view> </view>
</view> </view>

View File

@ -214,9 +214,9 @@
</text> </text>
<view class="goods_tit" style="align-items: center;" <view class="goods_tit" style="align-items: center;"
v-for="(item,index) in goodsDetil.product"> v-for="(item,index) in goodsDetil.product">
<u--image style="flex: 2;" radius='10' :showLoading="true" :src="item.goods_pic"
width="100rpx" height="100rpx"></u--image>
<text style="width: 60vw;margin: 0;padding: 0;">{{item.goods_name}}</text> <text style="width: 60vw;margin: 0;padding: 0;">{{item.goods_name}}</text>
<u--image style="flex: 2;" :showLoading="true" :src="item.goods_pic" width="100rpx"
height="100rpx" @click="click"></u--image>
<text>X{{item.product_num}}{{item.goods_unit}}</text> <text>X{{item.product_num}}{{item.goods_unit}}</text>
</view> </view>
</view> </view>