Browse Source

消息详情边距修改

test
Enzo 5 years ago
parent
commit
92abf520d8
  1. 22
      pages/index/index.vue
  2. 2
      pages/message/detail.vue

22
pages/index/index.vue

@ -132,21 +132,13 @@
this.getFavourite()
},
onLoad(options) {
// console.log('=======11111=======',options)
// if (options.scene) {
// //
// let str = decodeURIComponent(options.scene);
// let obj = this.parseData(str);
// console.log('==============',str)
// return
// if (obj.type == 'de_qr') {
// this.click_type = 'department_qr';
// this.qr_id = obj.first_id;
// }else if(obj.type == 'sp_qr'){
// this.click_type = 'special_qr';
// this.qr_id = obj.special_id;
// }
// }
if (options.scene) {
//
let str = decodeURIComponent(options.scene);
this.$http(this.API.API_CONFIRM_CODE, {verify_code: str}).then(res => {
this.$msg('核销成功!');
});
}
},
methods: {
//

2
pages/message/detail.vue

@ -1,5 +1,5 @@
<template>
<view>
<view class="lf-m-l-32 lf-m-r-32">
<rich-text :nodes="content" v-if="$isRight(content)"></rich-text>
<lf-nocontent v-else></lf-nocontent>
<!-- 回到顶部 -->

Loading…
Cancel
Save