Quellcode durchsuchen

修改用户协议隐私协议

zs vor 1 Jahr
Ursprung
Commit
6edcf36b36
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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({