tianyi 1 month ago
parent
commit
18c98d9bbb
  1. 3
      pages/shop/addGoods.vue

3
pages/shop/addGoods.vue

@ -119,7 +119,6 @@
<uni-forms-item label="详细图文" name="startPayNum">
<view class="xiangxi-box">
<sp-editor
:keys="keys"
@init="initEditor"
@input="inputOver"
@upinImage="upinImage"
@ -846,7 +845,7 @@
let that = this
this.NB.sendRequest("/app/productAttributeValue/selectByAttributeId", {
id: id,
}, false, 'post', 'application/x-www-form-urlencoded').then((res) => {
}, false, 'get', 'application/x-www-form-urlencoded').then((res) => {
if (res.code == 200) {
that.categorySonData = res.result
for (var i = 0; i < that.categorySonData.length; i++) {

Loading…
Cancel
Save