This commit is contained in:
Gdpao
2020-09-11 15:25:57 +08:00
parent 541d8f9f6e
commit dadb891236
2 changed files with 41 additions and 11 deletions

View File

@@ -149,7 +149,6 @@ export default {
this.getLiveSpec();
this.device = uni.getSystemInfoSync(); // 获取信息
console.log(this.device);
},
methods: {
publish() {
@@ -158,7 +157,7 @@ export default {
for (let index in arr) {
newarr.push(arr[index].file_id);
}
console.log(this.imgarrA);
console.log(this.imgarrA,newarr);
this.$u.api
.publishphoto({
article_title: this.form.name,