first commit
This commit is contained in:
16
衣莎项目/源码/YiShaXiYi/pages/activity/activity.wxml
Normal file
16
衣莎项目/源码/YiShaXiYi/pages/activity/activity.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<!-- 头部导航 -->
|
||||
<nav-bar isBack="{{isBack}}" pageTitle="{{pageTitle}}" system="{{system}}"></nav-bar>
|
||||
|
||||
<view class="content">
|
||||
<image class="header" src="/static/img/header_back.png" mode="widthFix"></image>
|
||||
<view class="list">
|
||||
<view class="list-item one">
|
||||
<text class="texts">万家热线预约</text>
|
||||
<view class="enter" bindtap="enterAppointment">点击进入</view>
|
||||
</view>
|
||||
<view class="list-item two">
|
||||
<text class="texts">生活网预约入口</text>
|
||||
<view class="enter" bindtap="LifeNet">点击进入</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user