소스 검색

颜色管理

shish 4 년 전
부모
커밋
365e1c5453
3개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      hdApp/src/admin/item/xjSelect.vue
  2. 1 1
      hdApp/src/pagesPurchase/bookProduct.vue
  3. 1 1
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 2 - 2
hdApp/src/admin/item/xjSelect.vue

@@ -23,7 +23,7 @@
 	</view>
 	</view>
 
 
 	<view style="text-align:center;border-top:1upx dashed #cccccc;padding-top:30upx;padding-bottom:30upx;">
 	<view style="text-align:center;border-top:1upx dashed #cccccc;padding-top:30upx;padding-bottom:30upx;">
-		<button @click="clearXj" class="admin-button-com small default">清空全部小菊</button>
+		<button @click="clearXj" class="admin-button-com small default">清空全部</button>
 	</view>
 	</view>
 
 
 	<view class="billing_box_bg">
 	<view class="billing_box_bg">
@@ -104,7 +104,7 @@ export default {
 	methods: {
 	methods: {
 		clearXj(){
 		clearXj(){
 			let that = this
 			let that = this
-			that.$util.confirmModal({content:'确认清空全部小菊?'},() => {
+			that.$util.confirmModal({content:'确认清空全部?'},() => {
 				clearAll().then(res => {
 				clearAll().then(res => {
 					that.$msg(res.msg)
 					that.$msg(res.msg)
 					if(res.code == 1){
 					if(res.code == 1){

+ 1 - 1
hdApp/src/pagesPurchase/bookProduct.vue

@@ -282,7 +282,7 @@ export default {
 		recharge(item){
 		recharge(item){
 			this.$util.pageTo({url:'/pagesStore/me/recharge',query:{ghsId:item.id}})
 			this.$util.pageTo({url:'/pagesStore/me/recharge',query:{ghsId:item.id}})
 		},
 		},
-		//去特殊品种页,如小菊等
+		//颜色选择
 		goToSpecialVariety(info){
 		goToSpecialVariety(info){
 			this.hasColorInfo = info
 			this.hasColorInfo = info
 			if(info.stock <= 0){
 			if(info.stock <= 0){

+ 1 - 1
hdApp/src/pagesPurchase/ghsProduct.vue

@@ -384,7 +384,7 @@ export default {
 		recharge(item){
 		recharge(item){
 			this.$util.pageTo({url:'/pagesStore/me/recharge',query:{ghsId:item.id}})
 			this.$util.pageTo({url:'/pagesStore/me/recharge',query:{ghsId:item.id}})
 		},
 		},
-		//去特殊品种页,如小菊等
+		//颜色选择
 		goToSpecialVariety(info){
 		goToSpecialVariety(info){
 			this.hasColorInfo = info
 			this.hasColorInfo = info
 			if(info.stock <= 0){
 			if(info.stock <= 0){