소스 검색

commit -m

zhengjinyi 4 년 전
부모
커밋
846efa7350
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/goods/product.vue
  2. 1 1
      pages/login/register-supplier.vue

+ 1 - 1
pages/goods/product.vue

@@ -100,7 +100,7 @@
 					</view>
 					<view class="product-parameter" @click="showPopup(1)" v-if='product.commodityType == 2'>
 						<text class="title">培训方案:</text>
-						<text class="name">线上培训</text>
+						<text class="name">{{ product.trainingMethod == 1 ? '线上培训' : '线下培训' }}</text>
 						<text class="iconfont icon-xiayibu"></text>
 					</view>
 					<view class="product-supplier" v-if="isNoneSupplier" @click="goSupplier">

+ 1 - 1
pages/login/register-supplier.vue

@@ -321,7 +321,7 @@
 				isCheck:false,			//是否勾选协议
 				userID:'',		//公司userID
 				clubID:'',		//公司ID
-				stepIndex:1,
+				stepIndex:0,
 				firstParmas:{
 					bindMobile:'',
 					smsCode:'',