分享页测试
This commit is contained in:
parent
22ffde63ee
commit
255c91d25a
@ -4,7 +4,7 @@ Page({
|
|||||||
* 页面的初始数据
|
* 页面的初始数据
|
||||||
*/
|
*/
|
||||||
data: {
|
data: {
|
||||||
shopUrl: 'https://www.baidu.com'
|
shopUrl: 'http://digprop.qlrsoft.com/?projectId=C931AF715F2149EC8A70D4705136FE04'
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
<!--pages/serve/index/index.wxml-->
|
<!--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 src="{{shopUrl}}">
|
||||||
</web-view>
|
</web-view>
|
@ -302,9 +302,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<cover-view>
|
<van-tabbar active="{{ active }}" bind:change="onChange" z-index="9999">
|
||||||
<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_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-item icon="/images/ic_serve_normal.png" icon-active="/images/ic_serve_sel.png">服务</van-tabbar-item>
|
</van-tabbar>
|
||||||
</van-tabbar>
|
|
||||||
</cover-view>
|
|
Loading…
Reference in New Issue
Block a user