Skip to content

Commit

Permalink
修复了zf绑定失败的消息提示
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 committed Sep 8, 2024
1 parent b124f3f commit 0f2c067
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions src/pages/bind/ZF/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ async function bindZFClick() {
icon: "success",
title: "绑定成功"
});
} else {
await Taro.showToast({
icon: "none",
title: res.msg
});
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/pages/information/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<view class="link" v-if="information.link">点击跳转相关规定</view>
<template #footer>
<view class="logo_container">
<image src="https://img.cnpatrickstar.com/5eb88a00-1d66-49af-8c75-ff651a077503.png" alt="logo_fy" class="logo_fy" mode="aspectFit"></image>
<image src="../../assets/icons/foryou/foryouicon.webp" alt="logo_fy" class="logo_fy" mode="aspectFit"></image>
<view class="x">X</view>
<image src="https://img.cnpatrickstar.com/2633992f-415a-4b6b-b54e-f24adaca7d42.png" alt="logo_jh" class="logo_jh" mode="aspectFit"></image>
<image src="../../assets/icons/foryou/jhwlicon.webp" alt="logo_jh" class="logo_jh" mode="aspectFit"></image>
</view>
<view class="publisher">信息来源: {{ information.publisher }}</view>
<view class="publish-time">发布时间: {{ timeFormat(information.publish_time) }}</view>
Expand Down

0 comments on commit 0f2c067

Please sign in to comment.