|
|
@@ -339,7 +339,7 @@ export default {
|
|
|
this.replaceItemFn(item,0,'add')
|
|
|
},
|
|
|
init () {
|
|
|
- this._getDet();
|
|
|
+
|
|
|
},
|
|
|
kdChange(e){
|
|
|
let index = e.detail.value
|
|
|
@@ -364,15 +364,6 @@ export default {
|
|
|
this.form.sendCost = "";
|
|
|
}
|
|
|
},
|
|
|
- _getDet () {
|
|
|
- let data = uni.getStorageSync("modifyShopB");
|
|
|
- if (this.$util.isEmpty(data)){
|
|
|
- return;
|
|
|
- }
|
|
|
- Object.keys(this.form).forEach((i, index) => {
|
|
|
- this.form[i] = data[i];
|
|
|
- });
|
|
|
- },
|
|
|
changeCustomerFn (info) {
|
|
|
const product = this.selectList.map((ele) => {
|
|
|
return {
|