!198 客服系统新增卡片功能。升级uniapp前端框架到UView2.0.29版本。修复一些组件的细节bug,详情查询uviewui更新文档。

Merge pull request !198 from 大灰灰/dahuihui/develop
pull/199/MERGE
大灰灰 3 years ago committed by Gitee
commit 69fb92d80e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -6,7 +6,7 @@
<!--无网络组件-->
<u-no-network></u-no-network>
<!--头部组件-->
<u-navbar :is-back="false" :title="appTitle" :background="background" :title-color="titleColor" :custom-back="about"></u-navbar>
<u-navbar :is-back="false" :title="homeTitle" :background="background" :title-color="titleColor" :custom-back="about"></u-navbar>
<!--首页模块化组合组件-->
<coreshopPage :coreshopdata="pageData"></coreshopPage>
@ -67,6 +67,7 @@
kefupara: '', //
shareUrl: '/pages/share/jump/jump',
modalShow: true,
homeTitle: '',
};
},
computed: {
@ -91,7 +92,8 @@
}
},
appTitle() {
return this.$store.state.config.shopName;
this.homeTitle = this.$store.state.config.shopName;
return this.homeTitle;
},
//
shopMobile() {

@ -226,6 +226,10 @@
<None Include="wwwroot\lib\layuiAdmin\style\res\noImage.psd" />
<None Include="wwwroot\lib\layui\font\iconfont.svg" />
<None Include="wwwroot\lib\layui\font\iconfont.woff2" />
<None Include="wwwroot\lib\lodop\CLodop_Setup_for_Win32NT.exe" />
<None Include="wwwroot\lib\lodop\install_lodop32.exe" />
<None Include="wwwroot\lib\lodop\install_lodop64.exe" />
<None Include="wwwroot\lib\lodop\LodopFuncs.js" />
<None Include="wwwroot\static\css\documentEditor.less" />
<None Include="wwwroot\static\css\overWrite.less" />
<None Include="wwwroot\static\js\common.js" />

Loading…
Cancel
Save