Forráskód Böngészése

修改用户协议隐私协议

zs 1 éve
szülő
commit
6edcf36b36
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pagesOther/other/agree.vue

+ 1 - 1
pagesOther/other/agree.vue

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