Sfoglia il codice sorgente

修改用户协议隐私协议

zs 1 anno fa
parent
commit
6edcf36b36
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pagesOther/other/agree.vue

+ 1 - 1
pagesOther/other/agree.vue

@@ -27,7 +27,7 @@
 					const res = uni.getStorageSync('config');
 					if (res) {
 						res.agree = res.agree.replace(/\<img/gi, '<img class="rich-img"');
-						that.$set(that, `info`, res.data);
+						that.$set(that, `info`, res);
 					}
 				} catch (err) {
 					uni.showToast({