|
@@ -4,7 +4,7 @@
|
|
<u-navbar leftIconSize="0" :placeholder="true" bgColor="#ffffff">
|
|
<u-navbar leftIconSize="0" :placeholder="true" bgColor="#ffffff">
|
|
<view class="u-nav-slot" slot="left">
|
|
<view class="u-nav-slot" slot="left">
|
|
<view class="u-nav-slot__input flex">
|
|
<view class="u-nav-slot__input flex">
|
|
- <u--input v-model="goodsTitle" @blur="toGoodsList()" placeholder="搜索商品" border="none" prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399" />
|
|
|
|
|
|
+ <u--input v-model="goodsTitle" @confirm="toGoodsList()" confirmType="search" placeholder="搜索商品" border="none" prefixIcon="search" prefixIconStyle="font-size: 22px;color: #909399" />
|
|
<!-- <view class="u-nav-slot__input__btn" @click="toGoodsList()">搜索</view> -->
|
|
<!-- <view class="u-nav-slot__input__btn" @click="toGoodsList()">搜索</view> -->
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -87,7 +87,7 @@
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
<image src="../../static/public/goods_coin.png" mode=""></image>
|
|
<view class="num">×{{ item.exchangePrice }}</view>
|
|
<view class="num">×{{ item.exchangePrice }}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="content-coin__right" v-if="item.originPrice">原价:{{ item.originPrice }}</view>
|
|
|
|
|
|
+ <view class="content-coin__right" v-if="item.originPrice">原盲豆:{{ item.originPrice }}</view>
|
|
</view>
|
|
</view>
|
|
<view class="content-price">¥{{ $numberFormat(item.value) }}</view>
|
|
<view class="content-price">¥{{ $numberFormat(item.value) }}</view>
|
|
</view>
|
|
</view>
|