|
|
|
@ -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++) { |
|
|
|
|