mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 10:43:05 +08:00
GFRS-456【0312】首页改版 页面弹框处理 --提交人:阳华祥
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="home-product-pcenter">
|
||||
<div class="pcenter-title flex pt10 mr20 mb10 ml15 justify-content-s align-items-c" style="height: 30px;">
|
||||
<h3 class="center-title fs15 pl10" style="border-left: 4px solid red;">知识社区</h3>
|
||||
<span class="more fs13 c-gray-base" @click="checkZssq2">查看更多</span>
|
||||
<span class="more fs13 c-gray-base" @click="checkZssq">查看更多</span>
|
||||
</div>
|
||||
<div class="pcenter-list">
|
||||
<div class="pcenter-title flex mt4 mb10 mr15 ml10 justify-content-s">
|
||||
@@ -103,10 +103,6 @@ export default {
|
||||
})
|
||||
},
|
||||
checkZssq() {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('webview_toast', '功能开发中,敬请期待')
|
||||
},
|
||||
checkZssq2() {
|
||||
// eslint-disable-next-line no-undef
|
||||
EWebBridge.webCallAppInJs('bridge', {
|
||||
flag: 'webview_toast',
|
||||
|
||||
Reference in New Issue
Block a user