diff --git a/package2/group/groupBuyList.vue b/package2/group/groupBuyList.vue index bfabf04..37b3a67 100644 --- a/package2/group/groupBuyList.vue +++ b/package2/group/groupBuyList.vue @@ -370,7 +370,6 @@ if (this.searchForm.pageNumber >= this.totalPages) return; // this.status = 'loading'; this.searchForm.pageNumber+=1; - console.log('1111') this.getShopList(); }, @@ -493,7 +492,6 @@ }).catch(() => {}) }, getShopList() { - console.log("3333") this.loadStatus = 'loading' if (this.searchSale) { this.searchForm.sortSale = 'saleCount' @@ -509,7 +507,6 @@ } else { this.searchForm.sortScore = '' } - console.log("2222") let that = this that.tui.request("/app/shop/getByCondition", "GET", this.searchForm, false, true).then((res) => { that.loadStatus = 'nomore'; diff --git a/package2/group/searchGroup.vue b/package2/group/searchGroup.vue index ae573de..e505cfd 100644 --- a/package2/group/searchGroup.vue +++ b/package2/group/searchGroup.vue @@ -257,7 +257,6 @@ that.shopArea.push(res.result[m]) } } - console.log(that.shopArea) } } else { that.tui.toast(res.message) diff --git a/package2/group/shopEvaluate.vue b/package2/group/shopEvaluate.vue index f8a23cf..7b1f463 100644 --- a/package2/group/shopEvaluate.vue +++ b/package2/group/shopEvaluate.vue @@ -238,7 +238,6 @@ }).catch((res) => {}) }, onReachPage(){ - console.log("11111") if (this.searchForm.pageNum >= this.total) return; this.searchForm.pageNum++; this.getshopComments(this.shopItem.id); diff --git a/package2/myCenter/addGoods.vue b/package2/myCenter/addGoods.vue index 9483193..db29dec 100644 --- a/package2/myCenter/addGoods.vue +++ b/package2/myCenter/addGoods.vue @@ -275,8 +275,6 @@ * @param {Object} e {html,text} 内容的html文本,和text文本 */ inputOver(e) { - // 可以在此处获取到编辑器已编辑的内容 - console.log('==== inputOver :', e) this.productIntro = e }, /** @@ -539,7 +537,6 @@ } let str = JSON.stringify(v); let data = JSON.parse(str); - console.log('111111',data) this.formData = data; // 解析attributeList(商品属性),兼容string和已解析的对象 @@ -699,7 +696,6 @@ } } } - console.log() that.$forceUpdate(that.categorySonData) that.$forceUpdate(that.categoryData) } else { @@ -715,7 +711,6 @@ if(this.specValueArr[m].id == this.formData.attributeListPrice[index].id){ this.specValueArr.splice(m,1) this.formData.attributeListPrice.splice(index,1) - console.log("11",this.formData.attributeListPrice) if(this.formData.attributeListPrice.length == 1){ this.formData.attributeListPrice = [] this.formData.attributeListPrice.push({ diff --git a/package2/myCenter/goodsList.vue b/package2/myCenter/goodsList.vue index 87a5a4b..a8f374d 100644 --- a/package2/myCenter/goodsList.vue +++ b/package2/myCenter/goodsList.vue @@ -218,14 +218,10 @@ } }, changeShow(index,type){ - console.log("1111",index) - console.log("1111",type) if(type == 'shopList'){ this.shopList[index].isShow = !this.shopList[index].isShow - console.log(this.shopList[index]) }else{ this.shopList1[index].isShow = !this.shopList1[index].isShow - console.log(this.shopList1[index]) } this.$forceUpdate() }, diff --git a/package2/partTimeJob/partTimeJobCenter.vue b/package2/partTimeJob/partTimeJobCenter.vue index f8e8a0b..b035b9c 100644 --- a/package2/partTimeJob/partTimeJobCenter.vue +++ b/package2/partTimeJob/partTimeJobCenter.vue @@ -40,7 +40,7 @@ - + {{shouhouCount}} @@ -221,7 +221,7 @@ url = '' break; case 'dd': - url = '/package2/shop/shopOrderList' + url = '/package2/partTimeJob/workerOrderList' break; case 'ph': url = '/package2/shop/ranking' diff --git a/package2/partTimeJob/workerOrderList.vue b/package2/partTimeJob/workerOrderList.vue new file mode 100644 index 0000000..989157c --- /dev/null +++ b/package2/partTimeJob/workerOrderList.vue @@ -0,0 +1,435 @@ + + + + + \ No newline at end of file diff --git a/package2/shop/merchantRegister.vue b/package2/shop/merchantRegister.vue index 1b2e079..1f55dc7 100644 --- a/package2/shop/merchantRegister.vue +++ b/package2/shop/merchantRegister.vue @@ -284,7 +284,6 @@ mask: true }) for (let i = 0; i < res.tempFiles.length; i++) { - console.log('type是什么',type) that.upLoadFile(res.tempFiles[i].tempFilePath,type) } @@ -383,7 +382,6 @@ text: item.title || item.name || item.regionName || item.areaName || '未命名区域' } }) - console.log(that.addressList) }) }, regionChange(e){ diff --git a/package2/shop/orderDetail.vue b/package2/shop/orderDetail.vue index f08544a..a94eb5a 100644 --- a/package2/shop/orderDetail.vue +++ b/package2/shop/orderDetail.vue @@ -143,9 +143,6 @@ - - 打印小票 - 已出餐 diff --git a/package2/shop/shopOrderList.vue b/package2/shop/shopOrderList.vue index f5281de..bff0fda 100644 --- a/package2/shop/shopOrderList.vue +++ b/package2/shop/shopOrderList.vue @@ -66,6 +66,7 @@ +