zhengjinyi 4 rokov pred
rodič
commit
846efa7350

+ 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:'',