1.测试优化
parent
b73bd161c7
commit
68593819b8
|
|
@ -27,7 +27,7 @@
|
|||
</view>
|
||||
<block v-if="(item.is_error || 0) == 0 && is_show_cart">
|
||||
<view v-if="propOpenCart" class="bg-white right-cart-icon 123" :data-index="index" @tap.stop="goods_cart_event">
|
||||
<iconfont name="icon-index-smbg-tj" size="40rpx" :color="themeColor"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="40rpx" :color="themeColor"></iconfont>
|
||||
<view class="cart-badge-icon pa">
|
||||
<component-badge :propNumber="item.user_cart_count || 0"></component-badge>
|
||||
</view>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
<block v-else>
|
||||
<block v-if="(item.is_error || 0) == 0 && is_show_cart">
|
||||
<view v-if="propOpenCart" class="bg-white pr" :data-index="index" @tap.stop="goods_cart_event">
|
||||
<iconfont name="icon-index-smbg-tj" size="40rpx" :color="themeColor"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="40rpx" :color="themeColor"></iconfont>
|
||||
<view class="cart-badge-icon pa">
|
||||
<component-badge :propNumber="item.user_cart_count || 0"></component-badge>
|
||||
</view>
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
|
||||
<block v-if="(item.is_error || 0) == 0 && is_show_cart">
|
||||
<view v-if="propOpenCart" class="pa bg-white right-cart-icon" :data-index="index" @tap.stop="goods_cart_event">
|
||||
<iconfont name="icon-index-smbg-tj" size="40rpx" :color="themeColor"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="40rpx" :color="themeColor"></iconfont>
|
||||
<view class="cart-badge-icon pa">
|
||||
<component-badge :propNumber="item.user_cart_count || 0"></component-badge>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -139,13 +139,13 @@
|
|||
<view v-if="common_site_type != 1" class="buy-opt tc flex-row align-c">
|
||||
<block v-if="(item.is_error || 0) == 0">
|
||||
<view v-if="(item.buy_number || 0) > 0" class="cp pr top-sm" :data-index="index" data-type="0" @tap.stop="buy_number_event">
|
||||
<iconfont name="icon-fenlei-jianhao" size="40rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="40rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
<view v-if="(item.buy_number || 0) > 0" class="buy-number cr-black text-size-sm padding-left-xs padding-right-xs">
|
||||
{{ item.buy_number }}
|
||||
</view>
|
||||
<view class="cp pr top-sm" :data-index="index" data-type="1" @tap.stop="buy_number_event">
|
||||
<iconfont name="icon-fenlei-jiahao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-inc" size="40rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
|
|
@ -313,13 +313,13 @@
|
|||
<view class="tc fr flex-row align-c">
|
||||
<block v-if="goods.is_error == 0">
|
||||
<view v-if="(goods.stock || 0) > 0" class="cp pr top-sm" :data-index="index" data-type="0" @tap.stop="cart_buy_number_event">
|
||||
<iconfont name="icon-fenlei-jianhao" size="40rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="40rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
<view v-if="(goods.stock || 0) > 0" class="buy-number dis-inline-block cr-black text-size-sm padding-left-xs padding-right-xs va-m">
|
||||
{{ goods.stock }}
|
||||
</view>
|
||||
<view class="cp pr top-sm" :data-index="index" data-type="1" @tap.stop="cart_buy_number_event">
|
||||
<iconfont name="icon-fenlei-jiahao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-inc" size="40rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
|
|
|
|||
|
|
@ -178,13 +178,13 @@
|
|||
<view class="tc flex-row align-c">
|
||||
<block v-if="(item.is_error || 0) == 0">
|
||||
<view v-if="(item.buy_number || 0) > 0" class="cp pr top-sm" :data-index="index" data-type="0" @tap.stop="buy_number_event">
|
||||
<iconfont name="icon-fenlei-jianhao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="28rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
<view v-if="(item.buy_number || 0) > 0" class="buy-number cr-black text-size-sm padding-left-xs padding-right-xs">
|
||||
{{ item.buy_number }}
|
||||
</view>
|
||||
<view class="cp pr top-sm" :data-index="index" data-type="1" @tap.stop="buy_number_event">
|
||||
<iconfont name="icon-fenlei-jiahao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-inc" size="28rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
</block>
|
||||
<block v-else>
|
||||
|
|
@ -241,11 +241,11 @@
|
|||
<view class="sales-price text-size-sm single-text dis-inline-block va-m">{{ currency_symbol }}{{ goods.price }}</view>
|
||||
<view class="tc fr flex-row align-c">
|
||||
<view v-if="(goods.stock || 0) > 0" class="cp pr top-sm" :data-index="index" data-type="0" @tap.stop="cart_buy_number_event">
|
||||
<iconfont name="icon-fenlei-jianhao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-dec" size="28rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
<view v-if="(goods.stock || 0) > 0" class="buy-number dis-inline-block cr-black text-size-sm padding-left-xs padding-right-xs va-m">{{ goods.stock }} </view>
|
||||
<view class="cp pr top-sm" :data-index="index" data-type="1" @tap.stop="cart_buy_number_event">
|
||||
<iconfont name="icon-fenlei-jiahao" size="28rpx" :color="theme_color"></iconfont>
|
||||
<iconfont name="icon-cart-inc" size="28rpx" :color="theme_color"></iconfont>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -15,249 +15,246 @@
|
|||
}
|
||||
|
||||
.icon-wenda-wytw:before {
|
||||
content: "\e6de";
|
||||
content: "\e6de";
|
||||
}
|
||||
|
||||
.icon-wenda-wdtw:before {
|
||||
content: "\e6df";
|
||||
content: "\e6df";
|
||||
}
|
||||
|
||||
.icon-bowenxiangqing-dianzan-xuaz:before {
|
||||
content: "\e6dd";
|
||||
content: "\e6dd";
|
||||
}
|
||||
|
||||
.icon-bowenxiangqing-fenxiang:before {
|
||||
content: "\e6dc";
|
||||
content: "\e6dc";
|
||||
}
|
||||
|
||||
.icon-bowenxiangqing-huifu:before {
|
||||
content: "\e6ce";
|
||||
content: "\e6ce";
|
||||
}
|
||||
|
||||
.icon-bowenxiangqing-dianzan:before {
|
||||
content: "\e6da";
|
||||
content: "\e6da";
|
||||
}
|
||||
|
||||
.icon-wodeqianbao-eyeclo2:before {
|
||||
content: "\e6db";
|
||||
content: "\e6db";
|
||||
}
|
||||
|
||||
.icon-zuhedap-shoping:before {
|
||||
content: "\e6d9";
|
||||
content: "\e6d9";
|
||||
}
|
||||
|
||||
.icon-wdhy-gaoji:before {
|
||||
content: "\e6d8";
|
||||
content: "\e6d8";
|
||||
}
|
||||
|
||||
.icon-wdhy-erweima:before {
|
||||
content: "\e6d7";
|
||||
content: "\e6d7";
|
||||
}
|
||||
|
||||
.icon-wdfx-ptfx:before {
|
||||
content: "\e6c6";
|
||||
content: "\e6c6";
|
||||
}
|
||||
|
||||
.icon-wdfx-gjfx:before {
|
||||
content: "\e6d5";
|
||||
content: "\e6d5";
|
||||
}
|
||||
|
||||
.icon-xzdz-tianjiabiaoq:before {
|
||||
content: "\e6d6";
|
||||
content: "\e6d6";
|
||||
}
|
||||
|
||||
.icon-xzdz-dingwei:before {
|
||||
content: "\e6d2";
|
||||
content: "\e6d2";
|
||||
}
|
||||
|
||||
.icon-wddz-bianji:before {
|
||||
content: "\e6d3";
|
||||
content: "\e6d3";
|
||||
}
|
||||
|
||||
.icon-bjdz-guanbi:before {
|
||||
content: "\e6d4";
|
||||
content: "\e6d4";
|
||||
}
|
||||
|
||||
.icon-tongyong-fanhui:before {
|
||||
content: "\e6d1";
|
||||
content: "\e6d1";
|
||||
}
|
||||
|
||||
.icon-mendian-sousuosm:before {
|
||||
content: "\e6cf";
|
||||
content: "\e6cf";
|
||||
}
|
||||
|
||||
.icon-wodeqianbao-eye:before {
|
||||
content: "\e6d0";
|
||||
content: "\e6d0";
|
||||
}
|
||||
|
||||
.icon-mendian-dingwei:before {
|
||||
content: "\e6cd";
|
||||
content: "\e6cd";
|
||||
}
|
||||
|
||||
.icon-zhifu-yixuan:before {
|
||||
content: "\e6ca";
|
||||
content: "\e6ca";
|
||||
}
|
||||
|
||||
.icon-zhifu-weixuan:before {
|
||||
content: "\e6cb";
|
||||
content: "\e6cb";
|
||||
}
|
||||
|
||||
.icon-mendian-jiantou2:before {
|
||||
content: "\e6cc";
|
||||
content: "\e6cc";
|
||||
}
|
||||
|
||||
.icon-huiyuan-guanbi:before {
|
||||
content: "\e6c9";
|
||||
content: "\e6c9";
|
||||
}
|
||||
|
||||
.icon-kaitonghuiy-dingdan:before {
|
||||
content: "\e6c8";
|
||||
content: "\e6c8";
|
||||
}
|
||||
|
||||
.icon-miaosha-hdgz:before {
|
||||
content: "\e6c7";
|
||||
content: "\e6c7";
|
||||
}
|
||||
|
||||
.icon-mendian-sc:before {
|
||||
content: "\e6c4";
|
||||
content: "\e6c4";
|
||||
}
|
||||
|
||||
.icon-mendian-kefu:before {
|
||||
content: "\e6c5";
|
||||
content: "\e6c5";
|
||||
}
|
||||
|
||||
.icon-qiandao-tancguanbi:before {
|
||||
content: "\e6c3";
|
||||
content: "\e6c3";
|
||||
}
|
||||
|
||||
.icon-qiandao-dqxz:before {
|
||||
content: "\e6bc";
|
||||
content: "\e6bc";
|
||||
}
|
||||
|
||||
.icon-qiandao-fenxiang:before {
|
||||
content: "\e6bd";
|
||||
content: "\e6bd";
|
||||
}
|
||||
|
||||
.icon-qiandao-wdqd:before {
|
||||
content: "\e6be";
|
||||
content: "\e6be";
|
||||
}
|
||||
|
||||
.icon-qiandao-zudui:before {
|
||||
content: "\e6bf";
|
||||
content: "\e6bf";
|
||||
}
|
||||
|
||||
.icon-qiandao-jiantou:before {
|
||||
content: "\e6c0";
|
||||
content: "\e6c0";
|
||||
}
|
||||
|
||||
.icon-qiandao-yixuan:before {
|
||||
content: "\e6c1";
|
||||
content: "\e6c1";
|
||||
}
|
||||
|
||||
.icon-qiandao-jiantou2:before {
|
||||
content: "\e6c2";
|
||||
content: "\e6c2";
|
||||
}
|
||||
|
||||
.icon-zhibo-shixiao:before {
|
||||
content: "\e6bb";
|
||||
content: "\e6bb";
|
||||
}
|
||||
|
||||
.icon-fenlei-jianhao:before {
|
||||
content: "\e6ba";
|
||||
.icon-cart-dec:before {
|
||||
content: "\e6ba";
|
||||
}
|
||||
|
||||
.icon-fenlei-jiahao:before {
|
||||
content: "\e6b9";
|
||||
.icon-cart-inc:before {
|
||||
content: "\e6b9";
|
||||
}
|
||||
|
||||
.icon-fenlei-top:before {
|
||||
content: "\e6b8";
|
||||
content: "\e6b8";
|
||||
}
|
||||
|
||||
.icon-fenlei-more:before {
|
||||
content: "\e6b7";
|
||||
content: "\e6b7";
|
||||
}
|
||||
|
||||
.icon-zhibo-time:before {
|
||||
content: "\e6b3";
|
||||
content: "\e6b3";
|
||||
}
|
||||
|
||||
.icon-pp-all:before {
|
||||
content: "\e6b4";
|
||||
content: "\e6b4";
|
||||
}
|
||||
|
||||
.icon-zhibo-zt:before {
|
||||
content: "\e6b5";
|
||||
content: "\e6b5";
|
||||
}
|
||||
|
||||
.icon-zhibo-jies:before {
|
||||
content: "\e6b6";
|
||||
content: "\e6b6";
|
||||
}
|
||||
|
||||
.icon-md-phone:before {
|
||||
content: "\e6b1";
|
||||
content: "\e6b1";
|
||||
}
|
||||
|
||||
.icon-md-dh:before {
|
||||
content: "\e6b2";
|
||||
}
|
||||
|
||||
.icon-index-smbg-tj:before {
|
||||
content: "\e6b0";
|
||||
content: "\e6b2";
|
||||
}
|
||||
|
||||
.icon-index-morejiantou:before {
|
||||
content: "\e6ab";
|
||||
content: "\e6ab";
|
||||
}
|
||||
|
||||
.icon-index-xptj-jiantou:before {
|
||||
content: "\e6aa";
|
||||
content: "\e6aa";
|
||||
}
|
||||
|
||||
.icon-index-zxmd-phone:before {
|
||||
content: "\e6ac";
|
||||
content: "\e6ac";
|
||||
}
|
||||
|
||||
.icon-index-zxmd-dh:before {
|
||||
content: "\e6ad";
|
||||
content: "\e6ad";
|
||||
}
|
||||
|
||||
.icon-index-zxmd-time:before {
|
||||
content: "\e6ae";
|
||||
content: "\e6ae";
|
||||
}
|
||||
|
||||
.icon-index-zxmd-dress:before {
|
||||
content: "\e6af";
|
||||
content: "\e6af";
|
||||
}
|
||||
|
||||
.icon-index-notice:before {
|
||||
content: "\e6a8";
|
||||
content: "\e6a8";
|
||||
}
|
||||
|
||||
.icon-index-search:before {
|
||||
content: "\e6a9";
|
||||
content: "\e6a9";
|
||||
}
|
||||
|
||||
.icon-applet-me-settings-acquiesce:before {
|
||||
content: "\e6a6";
|
||||
content: "\e6a6";
|
||||
}
|
||||
|
||||
.icon-applet-me-message-acquiesce:before {
|
||||
content: "\e6a7";
|
||||
content: "\e6a7";
|
||||
}
|
||||
|
||||
.icon-applet-me-acquiesce:before {
|
||||
content: "\e6a2";
|
||||
content: "\e6a2";
|
||||
}
|
||||
|
||||
.icon-applet-sort-acquiesce:before {
|
||||
content: "\e6a5";
|
||||
content: "\e6a5";
|
||||
}
|
||||
|
||||
.icon-applet-index-acquiesce:before {
|
||||
content: "\e6a4";
|
||||
content: "\e6a4";
|
||||
}
|
||||
|
||||
.icon-applet-shop-acquiesce:before {
|
||||
content: "\e6a3";
|
||||
}
|
||||
content: "\e6a3";
|
||||
}
|
||||
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue