feat: 加特供

This commit is contained in:
2025-09-29 20:30:27 +08:00
parent 5a3dd472ee
commit d04b889ee8
3 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -5,8 +5,9 @@
</view>
<view class="shop-right-view">
<view class="right-top-view text-overflow1">
<text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
<text class="text-32 text-bold text-zu text-overflow1">{{obj.title}}</text>
</view>
<view class="text-24" style="color:#FF5A5A;" v-if="obj.tag">特供</view>
<view class="right-bottom-view">
<view class="flex-c-lr" style="height:70rpx">
<text class="text-24 text-fu">原价</text>
+1 -1
View File
@@ -3,7 +3,7 @@
"appid" : "__UNI__4910728",
"description" : "信任桥优品是一款集线上商城、线下联盟商家的DAO聚合商城;通过“有趣”“有利”“有希望”的卖货玩法,吸引消费者、推广者、商家、投资人参与生态,共同打造共创共享的全球产业生态。",
"versionName" : "1.0.1",
"versionCode" : 133,
"versionCode" : 134,
"transformPx" : false,
/* 5+App特有相关 */
"app-plus" : {
-1
View File
@@ -21,7 +21,6 @@ import TopSafe from '@/components/common/top-safe.nvue'
import MyBtn from '@/components/common/my-btn.vue'
import YouItem from '@/components/shop/you-item.vue'
import { searchList } from '@/api/product.js';
import func from '@/utils/func.js';
export default {
components: { Header, TopSafe,MyBtn,YouItem },