提交代码

main
姜玉琦 2023-11-21 00:04:29 +08:00
parent f174b02b63
commit 6bb7868cff
2 changed files with 5 additions and 5 deletions

View File

@ -30,10 +30,10 @@ App({
// reqUrl:"http://wxw.ngrok.makalu.cc", // reqUrl:"http://wxw.ngrok.makalu.cc",
//reqUrl:'https://jaapplets.makalu.cc', //reqUrl:'https://jaapplets.makalu.cc',
//reqUrl:'https://sxyanzhu.com/jhwxapp', //reqUrl:'https://sxyanzhu.com/jhwxapp',
//reqUrl:'https://cf.makalu.cc', reqUrl:'https://cf.makalu.cc',
reqUrl:'http://127.0.0.1:8091', //reqUrl:'http://127.0.0.1:8091',
//uploadUrl:"https://cf.makalu.cc/wechat", uploadUrl:"https://cf.makalu.cc/wechat",
uploadUrl:'http://127.0.0.1:8091/wechat', //uploadUrl:'http://127.0.0.1:8091/wechat',
//御景路数字化集成管控平台接口访问域名 //御景路数字化集成管控平台接口访问域名
szhUrl:'https://szh.makalu.cc', szhUrl:'https://szh.makalu.cc',

View File

@ -25,7 +25,7 @@
<view class="inspect_list_info"> <view class="inspect_list_info">
<view class="inspect_list_info_details"> <view class="inspect_list_info_details">
<view class="inspect_list_info_img"> <view class="inspect_list_info_img">
<van-image width="120rpx" height="120rpx" fit="cover" src="{{request+item.mainImage+'.min.jpg'}}"/> <van-image width="120rpx" height="120rpx" fit="cover" src="{{request+item.imageFile+'.min.jpg'}}"/>
</view> </view>
<view class="inspect_list_info_data"> <view class="inspect_list_info_data">
<view class="inspect_list_info_data_prop"><text class="color_blue">{{item.standardDesc}}</text></view> <view class="inspect_list_info_data_prop"><text class="color_blue">{{item.standardDesc}}</text></view>