소스 검색

修改用户协议隐私协议

zs 1 년 전
부모
커밋
6edcf36b36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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({