瀏覽代碼

会员修改

zs 2 年之前
父節點
當前提交
bf92d8097b

+ 2 - 2
pages.json

@@ -220,7 +220,7 @@
 				{
 					"path": "apply/index",
 					"style": {
-						"navigationBarTitleText": "团长申请记录",
+						"navigationBarTitleText": "会员申请记录",
 						"enablePullDownRefresh": true,
 						"navigationBarBackgroundColor": "#23B67A"
 					}
@@ -228,7 +228,7 @@
 				{
 					"path": "apply/add",
 					"style": {
-						"navigationBarTitleText": "团长申请",
+						"navigationBarTitleText": "会员申请",
 						"navigationBarBackgroundColor": "#23B67A"
 					}
 				}

+ 1 - 1
pages/home/index.vue

@@ -83,7 +83,7 @@
 								</view>
 								<view class="other" v-if="item.leader_price">
 									<view class="leader">
-										<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+										<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 									</view>
 								</view>
 								<view class="other" v-if="item.p_act">

+ 1 - 1
pages/my/index.vue

@@ -15,7 +15,7 @@
 					<image class="image" :src="user.icon&&user.icon.length>0?user.icon[0].url:''"></image>
 					<view class="name">
 						<text>{{user&&user.name||'暂无名称'}}</text>
-						<text>{{user&&user.is_leader=='0'?'团':'普通会员'}}</text>
+						<text>{{user&&user.is_leader=='0'?'团购会员':'普通会员'}}</text>
 					</view>
 				</view>
 				<view class="one_2">

+ 1 - 1
pages/week/index.vue

@@ -55,7 +55,7 @@
 										</view>
 										<view class="other" v-if="tag.leader_price">
 											<view class="leader">
-												<text>团长价</text><text>¥</text><text>{{tag.leader_price||0}}</text>
+												<text>会员价</text><text>¥</text><text>{{tag.leader_price||0}}</text>
 											</view>
 										</view>
 									</view>

+ 2 - 2
pagesHome/group/group.vue

@@ -65,8 +65,8 @@
 			<view class="dialog" v-if="dialog.show==true">
 				<view class="dialog_1" v-if="dialog.type=='1'">
 					<uni-forms ref="form" :modelValue="searchInfo" :rules="rules" label-width="auto">
-						<uni-forms-item label="团长名称" name="leader_name">
-							<uni-easyinput type="text" v-model="searchInfo.leader_name" placeholder="请输入团长名称" />
+						<uni-forms-item label="会员名称" name="leader_name">
+							<uni-easyinput type="text" v-model="searchInfo.leader_name" placeholder="请输入会员名称" />
 						</uni-forms-item>
 						<uni-forms-item label="开始时间" name="start_time">
 							<uni-datetime-picker type="datetime" v-model="searchInfo.start_time" @change="startChange" />

+ 2 - 2
pagesHome/group/index.vue

@@ -39,13 +39,13 @@
 												{{item.spec&&item.spec.name||'暂无'}}
 											</view>
 											<view class="other_2">
-												团长提成金额:<text>¥{{item.leader_get||'暂无'}}</text>
+												会员提成金额:<text>¥{{item.leader_get||'暂无'}}</text>
 											</view>
 											<view class="other_2">
 												团购价:<text>¥{{item.price||'暂无'}}</text>
 											</view>
 											<view class="other_2">
-												团长价:<text>¥{{item.leader_price||'暂无'}}</text>
+												会员价:<text>¥{{item.leader_price||'暂无'}}</text>
 											</view>
 										</view>
 									</view>

+ 1 - 1
pagesHome/market/search.vue

@@ -62,7 +62,7 @@
 									</view>
 									<view class="other" v-if="item.leader_price">
 										<view class="leader">
-											<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+											<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 										</view>
 									</view>
 									<view class="acttags">

+ 1 - 1
pagesHome/order/components/specs_1.vue

@@ -12,7 +12,7 @@
 								</view>
 								<view class="r">
 									<view class="money">
-										<text v-if="specsInfo.leader_price" class="money_2"><text>团长价¥</text>{{specsInfo.leader_price}}</text>
+										<text v-if="specsInfo.leader_price" class="money_2"><text>会员价¥</text>{{specsInfo.leader_price}}</text>
 										<text v-if="specsInfo.price" class="money_1"><text>特价¥</text>{{specsInfo.price}}</text>
 										<text v-if="!specsInfo.price&&!specsInfo.leader_price" class="money_1"><text>¥</text>{{specsInfo.sell_money}}</text>
 										<text class="money_1"><text>¥</text>{{specsInfo.flow_money}}</text>

+ 2 - 2
pagesHome/order/detail copy.vue

@@ -23,7 +23,7 @@
 						</view>
 						<view class="one_2">
 							<text class="money_1"
-								v-if="infospecs.leader_price"><text>团长价¥</text>{{infospecs.leader_price||0}}</text>
+								v-if="infospecs.leader_price"><text>会员价¥</text>{{infospecs.leader_price||0}}</text>
 							<text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
 							<text class="money"
 								v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>
@@ -169,7 +169,7 @@
 										<view class="r">
 											<view class="money">
 												<text v-if="specsInfo.leader_price"
-													class="money_2"><text>团长价¥</text>{{specsInfo.leader_price}}</text>
+													class="money_2"><text>会员价¥</text>{{specsInfo.leader_price}}</text>
 												<text v-if="specsInfo.price"
 													class="money_1"><text>特价¥</text>{{specsInfo.price}}</text>
 												<text v-if="!specsInfo.price&&!specsInfo.leader_price"

+ 1 - 1
pagesHome/order/detail.vue

@@ -10,7 +10,7 @@
 						</view>
 						<view class="one_2">
 							<text class="money_1"
-								v-if="infospecs.leader_price"><text>团长价¥</text>{{infospecs.leader_price||0}}</text>
+								v-if="infospecs.leader_price"><text>会员价¥</text>{{infospecs.leader_price||0}}</text>
 							<text class="money" v-if="infospecs.price"><text>特价¥</text>{{infospecs.price||0}}</text>
 							<text class="money"
 								v-if="!infospecs.price&&!infospecs.leader_price"><text>¥</text>{{infospecs.sell_money||0}}</text>

+ 2 - 2
pagesHome/shop/index.vue

@@ -31,7 +31,7 @@
 									</view>
 									<view class="other" v-if="item.leader_price">
 										<view class="leader">
-											<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+											<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 										</view>
 									</view>
 									<view class="acttags">
@@ -97,7 +97,7 @@
 											</view>
 											<view class="other" v-if="item.leader_price">
 												<view class="leader">
-													<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+													<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 												</view>
 											</view>
 											<view class="acttags">

+ 1 - 1
pagesMessage/message/components/goods_1.vue

@@ -21,7 +21,7 @@
 						</view>
 						<view class="other" v-if="item.leader_price">
 							<view class="leader">
-								<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+								<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 							</view>
 						</view>
 						<view class="other" v-if="item.p_act">

+ 2 - 2
pagesMessage/message/info.vue

@@ -34,7 +34,7 @@
 											<view class="name textOver">{{item.goodsInfo&&item.goodsInfo.name}}</view>
 											<view class="money">
 												<text class="money_1"
-													v-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.leader_price"><text>团长价¥</text>{{item.goodsInfo.spec.leader_price||0}}</text>
+													v-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.leader_price"><text>会员价¥</text>{{item.goodsInfo.spec.leader_price||0}}</text>
 												<text class="money_2"
 													v-else-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.price"><text>特价¥</text>{{item.goodsInfo.spec.price||0}}</text>
 												<text class="money_2"
@@ -100,7 +100,7 @@
 											<view class="name textOver">{{item.goodsInfo&&item.goodsInfo.name}}</view>
 											<view class="money">
 												<text class="money_1"
-													v-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.leader_price"><text>团长价¥</text>{{item.goodsInfo.spec.leader_price||0}}</text>
+													v-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.leader_price"><text>会员价¥</text>{{item.goodsInfo.spec.leader_price||0}}</text>
 												<text class="money_2"
 													v-else-if="item.goodsInfo&&item.goodsInfo.spec&&item.goodsInfo.spec.price"><text>特价¥</text>{{item.goodsInfo.spec.price||0}}</text>
 												<text class="money_2"

+ 2 - 2
pagesMy/apply/add.vue

@@ -130,7 +130,7 @@
 						const arr = await that.$api(`/userleader`, 'POST', that.form);
 						if (arr.errcode == '0') {
 							uni.showToast({
-								title: `团长身份申请成功`,
+								title: `会员身份申请成功`,
 								icon: 'success',
 							});
 							that.back();
@@ -162,7 +162,7 @@
 					}
 				}
 			},
-			// 团长记录
+			// 会员记录
 			toApply() {
 				uni.navigateTo({
 					url: `/pagesMy/apply/index`

+ 1 - 1
pagesRest/recom/index.vue

@@ -28,7 +28,7 @@
 								</view>
 								<view class="other" v-if="item.leader_price">
 									<view class="leader">
-										<text>团长价</text><text>¥</text><text>{{item.leader_price||0}}</text>
+										<text>会员价</text><text>¥</text><text>{{item.leader_price||0}}</text>
 									</view>
 								</view>
 								<view class="other">