完成对公初始操作和专区

This commit is contained in:
2024-09-09 15:57:59 +08:00
parent 9a6c4d30f4
commit 927b7a6470
12 changed files with 97 additions and 45 deletions

View File

@@ -35,7 +35,8 @@ Page({
const [appId, path] = value.split(",")
wx.navigateToMiniProgram({
appId: appId,
path: path
path: path,
envVersion: "trial"
})
break;
case 1:

View File

@@ -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>