健康超市列表
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
<text class="icon_search"></text>
|
<text class="icon_search"></text>
|
||||||
<text class="prompt">搜索...</text>
|
<text class="prompt">搜索...</text>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 二级分类、商品 -->
|
<!-- 二级分类、商品 -->
|
||||||
<view class="twoBox" style="">
|
<view class="twoBox" style="">
|
||||||
<!-- <u-sticky> -->
|
<!-- <u-sticky> -->
|
||||||
|
|||||||
@@ -51,7 +51,6 @@
|
|||||||
<rich-text v-if="productInfo.productDetails" class="xiangqing" :nodes="productInfo.productDetails|formatRichText"></rich-text>
|
<rich-text v-if="productInfo.productDetails" class="xiangqing" :nodes="productInfo.productDetails|formatRichText"></rich-text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="height: 120rpx;"></view>
|
<view style="height: 120rpx;"></view>
|
||||||
</view>
|
</view>
|
||||||
<uni-goods-nav class="goods_nav" :fill="true" :options="options" :buttonGroup="buttonGroup" @click="onClick"
|
<uni-goods-nav class="goods_nav" :fill="true" :options="options" :buttonGroup="buttonGroup" @click="onClick"
|
||||||
|
|||||||
@@ -64,7 +64,6 @@
|
|||||||
<view style="width: 30%;" @click="type = 2000" v-if="type == 1000">验证码登录</view>
|
<view style="width: 30%;" @click="type = 2000" v-if="type == 1000">验证码登录</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
||||||
<z-popup v-model="HealthOpen" type="center" :hideOnBlur="false">
|
<z-popup v-model="HealthOpen" type="center" :hideOnBlur="false">
|
||||||
<view class="popup_box">
|
<view class="popup_box">
|
||||||
<view class="popup_title">
|
<view class="popup_title">
|
||||||
|
|||||||
Reference in New Issue
Block a user