DaMowang 3 år sedan
förälder
incheckning
55e5396a5f
2 ändrade filer med 8 tillägg och 8 borttagningar
  1. 6 6
      src/pages.json
  2. 2 2
      src/pages/product/productRetail.vue

+ 6 - 6
src/pages.json

@@ -301,12 +301,12 @@
 				"selectedIconPath": "static/nav/qiandao_select.png",
 				"text": "福利"
 			},
-			// {
-			// 	"pagePath": "pages/partner/index",
-			// 	"iconPath": "static/nav/hehuoren.png",
-			// 	"selectedIconPath": "static/nav/hehuoren_select.png",
-			// 	"text": "联盟店"
-			// },
+			{
+				"pagePath": "pages/partner/index",
+				"iconPath": "static/nav/hehuoren.png",
+				"selectedIconPath": "static/nav/hehuoren_select.png",
+				"text": "联盟店"
+			},
 			{
 				"pagePath": "pages/my/index",
 				"iconPath": "static/nav/wode.png",

+ 2 - 2
src/pages/product/productRetail.vue

@@ -7,9 +7,9 @@
                     <image class="product-image" :src="i.original_img"></image>
                 </view>
                 <view class="content-view">
-                    <view :class="['product-title', 'ellipsis1']">{{ i.goods_name }}</view>
+                    <view :class="['product-title', 'ellipsis2']">{{ i.goods_name }}</view>
                     <view class="product-price">
-                        <text class="product-price-favour" v-if="type != 6">¥{{i.cost_price}}</text>
+                        <text class="product-price-favour" v-if="type==6">¥{{i.cost_price}}</text>
                         <text class="product-price-original"><text class="product-unit">¥</text>{{ i.price }}</text>
                         
                         <!-- <text class="product-tip">{{i.tip}}</text> -->