提交代码
parent
f174b02b63
commit
6bb7868cff
|
@ -30,10 +30,10 @@ App({
|
|||
// reqUrl:"http://wxw.ngrok.makalu.cc",
|
||||
//reqUrl:'https://jaapplets.makalu.cc',
|
||||
//reqUrl:'https://sxyanzhu.com/jhwxapp',
|
||||
//reqUrl:'https://cf.makalu.cc',
|
||||
reqUrl:'http://127.0.0.1:8091',
|
||||
//uploadUrl:"https://cf.makalu.cc/wechat",
|
||||
uploadUrl:'http://127.0.0.1:8091/wechat',
|
||||
reqUrl:'https://cf.makalu.cc',
|
||||
//reqUrl:'http://127.0.0.1:8091',
|
||||
uploadUrl:"https://cf.makalu.cc/wechat",
|
||||
//uploadUrl:'http://127.0.0.1:8091/wechat',
|
||||
|
||||
//御景路数字化集成管控平台接口访问域名
|
||||
szhUrl:'https://szh.makalu.cc',
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
<view class="inspect_list_info">
|
||||
<view class="inspect_list_info_details">
|
||||
<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 class="inspect_list_info_data">
|
||||
<view class="inspect_list_info_data_prop"><text class="color_blue">{{item.standardDesc}}</text></view>
|
||||
|
|
Loading…
Reference in New Issue