shish пре 5 година
родитељ
комит
2a18d6da56

+ 0 - 3
hdApp/src/components/app-customer-sel.vue

@@ -42,9 +42,6 @@
 						<!-- <view class="item-tag">NEW</view> -->
 					</view>
 				</scroll-view>
-				<view class="add-customer-bar" @click="gotoAddCustomer">
-					没有找到客户?新增
-				</view>
 			</div>
 		</bottom-popup>
 	</div>

+ 0 - 1
hdApp/src/pagesStatistics/trainingClass.vue

@@ -40,7 +40,6 @@
         添加
       </button>
     </view>
-    <kd-entrance></kd-entrance>
   </view>
 </template>
 <script>

+ 1 - 30
hdApp/src/pagesStatistics/trainingClassEdit.vue

@@ -5,7 +5,6 @@
       @submit="formSubmit"
       @reset="formReset"
     >
-      <!-- <div class="prompt-text">注: 请先关注公众号,绑定后可以在移动端自动登录</div> -->
       <!-- 登录信息 -->
       <div class="module-com input-line-wrap">
         <tui-list-cell
@@ -82,30 +81,7 @@
             v-model="form.summary"
           ></textarea>
         </tui-list-cell>
-        <!-- <tui-list-cell
-          class="line-cell remark-wrap"
-          :hover="false"
-        >
-          <div class="tui-title">状态</div>
-          <div class="tui-input">
-            <radio-group
-              class="radio-group"
-              @change="radioChange"
-            >
-              <label
-                v-for="(item, index) in statusList"
-                :key="item.value"
-              >
-                <radio
-                  :value="item.value"
-                  :checked="item.value === form.status"
-                  :color="'#3385FF'"
-                />
-                <text>{{ item.name }}</text>
-              </label>
-            </radio-group>
-          </div>
-        </tui-list-cell> -->
+
       </div>
       <!-- 提交 -->
       <div class="confirm-btn">
@@ -239,11 +215,6 @@ export default {
           rule: ["required"],
           msg: ["请输入招生对象"]
         },
-        // {
-        //   name: "status",
-        //   rule: ["required"],
-        //   msg: ["请选择状态"]
-        // }
         {
           name: "summary",
           rule: ["required"],

+ 14 - 13
mallApp/src/mixins/globalMixins.js

@@ -62,19 +62,20 @@ export default {
 		} else {
 			console.log(1112)
 			wxLoginFn().then(res => {
-				if (this.init) {
-					let self = this
-					//切换门店,需要先确认有没生成客户id shish 2021.5.2
-					if (oldAccount != option.account) {
-						getShopUser(true).then(res => {
-							if (!this.$util.isEmpty(res)) {
-								self.init()
-							}
-						})
-					} else {
-						this.init()
-					}
-				}
+				this.init()
+				// if (this.init) {
+				// 	let self = this
+				// 	//切换门店,需要先确认有没生成客户id shish 2021.5.2
+				// 	if (oldAccount != option.account) {
+				// 		getShopUser(true).then(res => {
+				// 			if (!this.$util.isEmpty(res)) {
+				// 				self.init()
+				// 			}
+				// 		})
+				// 	} else {
+				// 		this.init()
+				// 	}
+				// }
 			})
 		}
 

+ 1 - 1
pt/src/saas/shop/list.vue

@@ -358,7 +358,7 @@ export default {
 		  })
 		  .set('search', {
 			  key: {
-				  placeholder: '商名称'
+				  placeholder: '商名称'
 			  }
 		  })
         .set('layout', [