完成对公初始操作和专区
This commit is contained in:
@@ -35,7 +35,8 @@ Page({
|
||||
const [appId, path] = value.split(",")
|
||||
wx.navigateToMiniProgram({
|
||||
appId: appId,
|
||||
path: path
|
||||
path: path,
|
||||
envVersion: "trial"
|
||||
})
|
||||
break;
|
||||
case 1:
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<van-row>
|
||||
<van-col span="8" wx:for="{{ servicesList }}" wx:key="id">
|
||||
<view class="image" bind:tap="clickService" data-data="{{item}}">
|
||||
<van-image width="200rpx" height="200rpx" src="{{item.url}}" />
|
||||
<van-image fit="cover" width="200rpx" height="200rpx" src="{{item.url}}" />
|
||||
</view>
|
||||
</van-col>
|
||||
</van-row>
|
||||
|
Reference in New Issue
Block a user