分享页测试

This commit is contained in:
高健 2021-07-20 16:40:10 +08:00
parent 22ffde63ee
commit 255c91d25a
3 changed files with 8 additions and 7 deletions

View File

@ -4,7 +4,7 @@ Page({
* 页面的初始数据
*/
data: {
shopUrl: 'https://www.baidu.com'
shopUrl: 'http://digprop.qlrsoft.com/?projectId=C931AF715F2149EC8A70D4705136FE04'
},
/**

View File

@ -1,3 +1,6 @@
<!--pages/serve/index/index.wxml-->
<cu-custom id="head" isCustom="{{false}}" isBack="{{false}}" isIndex="{{true}}">
<view slot="content">{{nameTxt}}</view>
</cu-custom>
<web-view src="{{shopUrl}}">
</web-view>

View File

@ -302,9 +302,7 @@
</view>
<cover-view>
<van-tabbar active="{{ active }}" bind:change="onChange" z-index="9999">
<van-tabbar-item icon="/images/ic_card_normal.png" icon-active="/images/ic_card_sel.png">首页</van-tabbar-item>
<van-tabbar-item icon="/images/ic_serve_normal.png" icon-active="/images/ic_serve_sel.png">服务</van-tabbar-item>
</van-tabbar>
</cover-view>