提交
This commit is contained in:
63
甲情_甲意/miniprogram/pages/zhoubianshop/zhoubianshop.axml
Normal file
63
甲情_甲意/miniprogram/pages/zhoubianshop/zhoubianshop.axml
Normal file
@ -0,0 +1,63 @@
|
||||
<view>
|
||||
<block
|
||||
a:for="{{typeList}}"
|
||||
a:for-index="index"
|
||||
a:for-item="item"
|
||||
>
|
||||
<ant-notice
|
||||
type="{{item}}"
|
||||
enableMarquee="{{true}}"
|
||||
loop="{{true}}"
|
||||
onTap="handleTapLink"
|
||||
mode="link"
|
||||
>
|
||||
平台直供,质量保障,优质服务,请放心购买,有问题可随时联系我们。
|
||||
</ant-notice>
|
||||
</block>
|
||||
</view>
|
||||
<view>
|
||||
<image class="imagesize" mode="aspectFill" src="../image/ameijia2.jpg" />
|
||||
</view>
|
||||
<!-- 商城 -->
|
||||
<view class="pages">
|
||||
<!-- 侧边栏 -->
|
||||
<view class="cebian">
|
||||
<view class="text"
|
||||
a:for="{{ lie }}"
|
||||
onTap="selectItem"
|
||||
data-id="{{item.id}}">
|
||||
<text class="color">{{item.name}}</text>
|
||||
<view>
|
||||
<!-- 动态绑定 xian 是否显示 -->
|
||||
<view class="xian" a:if="{{item.showLine}}"></view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="xinxi">
|
||||
<view class="shop" a:for="{{ filteredShopping }}">
|
||||
<view class="imagebox">
|
||||
<image class="image" mode="aspectFill" src="../image/ameijia4.jpg" />
|
||||
</view>
|
||||
<view class="boxmessage" >
|
||||
<view class="dingweia">
|
||||
<view>
|
||||
<text>{{item.commoditiesName}}</text>
|
||||
</view>
|
||||
<view onTap="jiaru" data-num="{{item}}">
|
||||
<image class="gouimage" mode="scaleToFill" src="../image/tijiagouwuche.png" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="dingwei">
|
||||
<text style="font-size:12px;color:#9c9a9a">款式随便做,饰品不限量,含甲片,含卸甲</text>
|
||||
</view>
|
||||
<view class="yuyuekuang" >
|
||||
<text>¥{{item.commoditiesPrice}}</text>
|
||||
<view class="yuyue" data-num="{{item}}" onTap="shangpinjiemian">
|
||||
<text>预约</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
Reference in New Issue
Block a user