Kaynağa Gözat

运费二个参数变量

shish 6 yıl önce
ebeveyn
işleme
6ce260fbf7

+ 2 - 2
admin-update/src/mock/userInfo.js

@@ -321,7 +321,7 @@ let menu = {
 		{
 		{
 			id: '601',
 			id: '601',
 			parentId: '6',
 			parentId: '6',
-			name: '邀请有礼',
+			name: '邀请列表',
 			type: 1,
 			type: 1,
 			icon: 'iconkehuguanli',
 			icon: 'iconkehuguanli',
 			orderNum: 6,
 			orderNum: 6,
@@ -332,7 +332,7 @@ let menu = {
 		{
 		{
 			id: '602',
 			id: '602',
 			parentId: '6',
 			parentId: '6',
-			name: '奖励设置',
+			name: '邀请奖励',
 			type: 1,
 			type: 1,
 			icon: 'iconkehuguanli',
 			icon: 'iconkehuguanli',
 			orderNum: 6,
 			orderNum: 6,

+ 4 - 4
admin-update/src/views/goods/freight-set.vue

@@ -39,8 +39,8 @@ export default {
 	watch: {
 	watch: {
 		shopInfo() {
 		shopInfo() {
 			if (!this.$util.isEmpty(this.shopInfo)) {
 			if (!this.$util.isEmpty(this.shopInfo)) {
-				this.form.first = this.shopInfo.extend.freightFirst;
-				this.form.add = this.shopInfo.extend.freightAdd;
+				this.form.first = this.shopInfo.extend.freeDistance;
+				this.form.add = this.shopInfo.extend.freight;
 			}
 			}
 		}
 		}
 	},
 	},
@@ -50,8 +50,8 @@ export default {
 	methods: {
 	methods: {
 		init() {
 		init() {
 			if (!this.$util.isEmpty(this.shopInfo)) {
 			if (!this.$util.isEmpty(this.shopInfo)) {
-				this.form.first = this.shopInfo.extend.freightFirst;
-				this.form.add = this.shopInfo.extend.freightAdd;
+				this.form.first = this.shopInfo.extend.freeDistance;
+				this.form.add = this.shopInfo.extend.freight;
 			}
 			}
 		},
 		},
 		_updateFn() {
 		_updateFn() {

+ 4 - 4
mobile-code-back/src/admin/goodsManage/freight.vue

@@ -41,16 +41,16 @@ export default {
 	watch: {
 	watch: {
 		userInfo() {
 		userInfo() {
 			if (!this.$util.isEmpty(this.userInfo)) {
 			if (!this.$util.isEmpty(this.userInfo)) {
-				this.form.first = this.userInfo.extend.freightFirst
-				this.form.add = this.userInfo.extend.freightAdd
+				this.form.first = this.userInfo.extend.freeDistance
+				this.form.add = this.userInfo.extend.freight
 			}
 			}
 		}
 		}
 	},
 	},
 	methods: {
 	methods: {
 		init() {
 		init() {
 			getUser().then(res => {
 			getUser().then(res => {
-				this.form.first = this.userInfo.extend.freightFirst
-				this.form.add = this.userInfo.extend.freightAdd
+				this.form.first = this.userInfo.extend.freeDistance
+				this.form.add = this.userInfo.extend.freight
 			})
 			})
 		},
 		},
 		confirmFn() {
 		confirmFn() {

+ 4 - 4
mobile-code/src/admin/goodsManage/freight.vue

@@ -41,16 +41,16 @@ export default {
 	watch: {
 	watch: {
 		userInfo() {
 		userInfo() {
 			if (!this.$util.isEmpty(this.userInfo)) {
 			if (!this.$util.isEmpty(this.userInfo)) {
-				this.form.first = this.userInfo.extend.freightFirst
-				this.form.add = this.userInfo.extend.freightAdd
+				this.form.first = this.userInfo.extend.freeDistance
+				this.form.add = this.userInfo.extend.freight
 			}
 			}
 		}
 		}
 	},
 	},
 	methods: {
 	methods: {
 		init() {
 		init() {
 			getUser().then(res => {
 			getUser().then(res => {
-				this.form.first = this.userInfo.extend.freightFirst
-				this.form.add = this.userInfo.extend.freightAdd
+				this.form.first = this.userInfo.extend.freeDistance
+				this.form.add = this.userInfo.extend.freight
 			})
 			})
 		},
 		},
 		confirmFn() {
 		confirmFn() {