支付宝小程序
parent
74ed1e8a81
commit
8a0fd76ad0
|
|
@ -27,8 +27,8 @@ App({
|
||||||
|
|
||||||
// 页面标题
|
// 页面标题
|
||||||
common_pages_title: {
|
common_pages_title: {
|
||||||
"goods_search": "网上选人",
|
"goods_search": "商品搜索",
|
||||||
"goods_detail": "人员详情",
|
"goods_detail": "商品详情",
|
||||||
"goods_attribute": "属性",
|
"goods_attribute": "属性",
|
||||||
"user_address": "我的地址",
|
"user_address": "我的地址",
|
||||||
"user_address_save_add": "新增地址",
|
"user_address_save_add": "新增地址",
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@
|
||||||
<view class="goods-price">
|
<view class="goods-price">
|
||||||
<text class="sales-price">¥{{goods.price}}</text>
|
<text class="sales-price">¥{{goods.price}}</text>
|
||||||
<text a:if="{{goods.original_price > 0}}" class="original-price">¥{{goods.original_price}}</text>
|
<text a:if="{{goods.original_price > 0}}" class="original-price">¥{{goods.original_price}}</text>
|
||||||
<!-- <view class="fr cr-ccc">
|
<view class="fr cr-ccc">
|
||||||
<text>销量 {{goods.sales_count}}</text>
|
<text>销量 {{goods.sales_count}}</text>
|
||||||
</view> -->
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
@ -46,7 +46,7 @@
|
||||||
<view a:if="{{goods_content_app.length > 0}}" class="goods-detail spacing">
|
<view a:if="{{goods_content_app.length > 0}}" class="goods-detail spacing">
|
||||||
<view class="spacing-nav-title">
|
<view class="spacing-nav-title">
|
||||||
<text class="line"></text>
|
<text class="line"></text>
|
||||||
<text class="text-wrapper">简历</text>
|
<text class="text-wrapper">详情</text>
|
||||||
</view>
|
</view>
|
||||||
<view a:for="{{goods_content_app}}" class="goods-detail-app bg-white">
|
<view a:for="{{goods_content_app}}" class="goods-detail-app bg-white">
|
||||||
<image a:if="{{(item.images || null) != null}}" onTap="goods_detail_images_view_event" data-value="{{item.images}}" class="wh-auto" src="{{item.images}}" mode="widthFix" />
|
<image a:if="{{(item.images || null) != null}}" onTap="goods_detail_images_view_event" data-value="{{item.images}}" class="wh-auto" src="{{item.images}}" mode="widthFix" />
|
||||||
|
|
|
||||||
|
|
@ -16,12 +16,12 @@
|
||||||
<view a:if="{{category_list.length > 0}}">
|
<view a:if="{{category_list.length > 0}}">
|
||||||
<view class="spacing-nav-title">
|
<view class="spacing-nav-title">
|
||||||
<text class="line"></text>
|
<text class="line"></text>
|
||||||
<text class="text-wrapper">网上选人</text>
|
<text class="text-wrapper">商品分类</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="category-list">
|
<view class="category-list">
|
||||||
<view class="items bg-white" a:for="{{category_list}}">
|
<view class="items bg-white" a:for="{{category_list}}" a:if="{{item.is_home_recommended == 1}}">
|
||||||
<navigator url="/pages/goods-search/goods-search?category_id={{item.id}}" hover-class="none">
|
<navigator url="/pages/goods-search/goods-search?category_id={{item.id}}" hover-class="none">
|
||||||
<image class="wh-auto" src="{{item.icon}}" mode="aspectFit" />
|
<image class="wh-auto" src="{{item.big_images}}" mode="aspectFit" />
|
||||||
<view class="title tc single-text">{{item.name}}</view>
|
<view class="title tc single-text">{{item.name}}</view>
|
||||||
</navigator>
|
</navigator>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue