zhengjinyi 4 anni fa
parent
commit
3e7c4e1d2e

+ 1 - 1
components/cm-module/listTemplate/immediatelyList.vue

@@ -134,7 +134,7 @@
 	import uniStars from '@/components/uni-stars/uni-stars.vue'
 	import cmDrag from '@/components/cm-custom/cm-drag.vue'
 	import { queryNewSearchProduct,querySearchProductPrice} from "@/api/product.js"
-	import { getSellerProduct,getcombinationProduct } from "@/api/seller.js"
+	import { getcombinationProduct } from "@/api/seller.js"
 	import { mapState,mapMutations } from 'vuex';
 	export default{
 		name:'productList',

+ 2 - 2
pages/tabBar/home/home.vue

@@ -327,8 +327,8 @@
 				console.log(e.detail.query)
 			},
 			showTost(){
-				// this.$util.msg("正在开发中,敬请期待~",2000)
-				this.$api.navigateTo(`/seller/pages/login/login`)
+				this.$util.msg("功能开发中,敬请期待~",2000)
+				// this.$api.navigateTo(`/seller/pages/login/login`)
 				// uni.navigateToMiniProgram({
 				// 	appId: 'wx5a5cda32926f55ac',
 				// 	path: '/pages/tabBar/home/home',

+ 1 - 1
seller/pages/club/allClub-list.vue

@@ -28,7 +28,7 @@
 						<view class="list-left">
 							<view class="list-head"><image :src="item.headpic ? item.headpic : '../../../static/temp/icon-club@3x.png'" mode=""></image></view>
 							<view class="list-tel">
-								<text class="txt">{{item.name}}</text>
+								<text class="txt">{{item.name == null ? item.username : item.name}}</text>
 								<text class="txt sm">
 									<text class="txt-le">{{checkData(item.linkMan1)  ? desensitizationName(item.linkMan1) : ''}}</text>
 									{{item.contractMobile1 ? hidePhone(item.contractMobile1) : ''}}

+ 1 - 1
seller/pages/club/club-list.vue

@@ -9,7 +9,7 @@
 					   v-model="searchInputVal" 
 					    @input="onShowClose" 
 					   @confirm="initclubList()" 
-					   placeholder="请输入机构名称搜索" 
+					   placeholder="机构名称/联系人" 
 					   maxlength="12"/>
 				<text class="iconfont icon-shanchu1" v-if="isShowClose" @click="delInputText()"></text>
 			</view>

+ 1 - 1
seller/pages/club/list.vue

@@ -10,7 +10,7 @@
 						   v-model="searchInputVal" 
 						   @input="onShowClose" 
 						   @confirm="initclubList()" 
-						   placeholder="请输入机构名称" 
+						   placeholder="机构名称/联系人" 
 						   maxlength="16"/>
 					<text class="iconfont icon-shanchu1" v-if="isShowClose" @click="delInputText()"></text>
 				</view>

+ 1 - 1
seller/pages/search/search-order.vue

@@ -30,7 +30,7 @@
 					<view v-else class="tui-order-content">
 						<view  class="tui-order-item" v-for="(order,orderIndex) in orderList" :key="orderIndex" @click.stop="detail(order.orderID)">
 							<view class="order-title">
-								<view class="order-title-name">这里是机构的名称</view>
+								<view class="order-title-name">{{order.clubName}}</view>
 								<view class="order-title-t">
 									<text class="bage-buss tui-skeleton-fillet" v-if="order.orderSubmitType == 3 || order.orderSubmitType == 4">协销</text>
 									<text class="bage-auto tui-skeleton-fillet" v-if="order.orderSubmitType == 0 || order.orderSubmitType == 1 || order.orderSubmitType == 2">自主</text>