Browse Source

fix tid1807

tid1867
刘嘉炜 3 months ago
parent
commit
6bc7b865a0
  1. 17
      src/pages/menu/forth.vue
  2. BIN
      src/static/images/icon/author_modal.png
  3. BIN
      src/static/images/icon/scan_code_btn.png
  4. BIN
      src/static/images/icon/selected_ring.png
  5. BIN
      src/static/images/icon/write_off_fail.png

17
src/pages/menu/forth.vue

@ -150,19 +150,18 @@ export default {
},
//
toComplaint(){
let { brand_id } = this;
let { brand_id, loginState, showAuthor } = this;
if(!loginState)return showAuthor();
routeTo(`/subpackage/message/pages/complaint/list?brand_id=${brand_id}`, 'nT');
},
//
loginBtn(){
this.$refs?.authorizationLogin?.alert?.({
success: ()=>{
this.getUserInfo();
},
fail: err =>{
// console.warn('pages index showAuthor authorizationLogin Err ->', err)
}
})
this.showAuthor();
},
showAuthor(){
this.$refs?.authorizationLogin?.alert?.({
success: this.getUserInfo
});
},
getUserInfo(){
showLoad();

BIN
src/static/images/icon/author_modal.png

Before

Width: 488  |  Height: 416  |  Size: 14 KiB

BIN
src/static/images/icon/scan_code_btn.png

Before

Width: 172  |  Height: 172  |  Size: 932 B

BIN
src/static/images/icon/selected_ring.png

Before

Width: 32  |  Height: 32  |  Size: 419 B

BIN
src/static/images/icon/write_off_fail.png

Before

Width: 420  |  Height: 420  |  Size: 9.6 KiB

Loading…
Cancel
Save