Browse Source

auto commit

gcz 4 years ago
parent
commit
2ff83a72b3
2 changed files with 4 additions and 4 deletions
  1. 2 2
      pages/product/product.vue
  2. 2 2
      pages/usercenter/usercenter.vue

+ 2 - 2
pages/product/product.vue

@@ -85,7 +85,7 @@
 		<!-- 产品介绍 end -->
 		<view class="bottom-flex-btn-wrap">
 			<view class="bottom-flex-btn-content">
-				<button type="default" :disabled="isPred==0?false:true"  class="bottom-flex-btn" @click="focuse(params.productid)">收藏</button>
+				<button type="default" :disabled="isPred==0?false:true"  class="bottom-flex-btn" @click="focuse(params.productid)">有意向</button>
 				<button type="default" class="bottom-flex-btn" @click="buy(params.productid)">立即购买</button>
 				<button type="default" class="bottom-flex-btn primary" @click="callnumber(phoneNumber)">打电话</button>
 			</view>			
@@ -226,7 +226,7 @@
 					uni.showToast({
 						icon:'success',
 						mask:true,
-						title:`已收藏`,
+						title:`已添加有意向`,
 						duration: 2000
 					});
 					

+ 2 - 2
pages/usercenter/usercenter.vue

@@ -15,13 +15,13 @@
 					<navigator url="/pages/usercenter/myfocus/myfocus">
 						<view class="number">{{pre.want||0}}</view>
 					</navigator>
-					<view class="text">我收藏的</view>
+					<view class="text">我有意向的</view>
 				</view>
 				<view class="myinfo-focus-item myinfo-focus-focusme">
 					<navigator url="/pages/usercenter/focusme/focusme">
 						<view class="number">{{pre.own||0}}</view>
 					</navigator>
-					<view class="text">收藏我的</view>
+					<view class="text">有意向我的</view>
 				</view>
 			</view>
 		</view>