提交 5a19383d 编写于 作者: zhangzhiwei's avatar zhangzhiwei

.

上级 ada861a0
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="ES6" />
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/etaoshop-dz.iml" filepath="$PROJECT_DIR$/.idea/etaoshop-dz.iml" />
</modules>
</component>
</project>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>
\ No newline at end of file
此差异已折叠。
...@@ -37,7 +37,7 @@ App({ ...@@ -37,7 +37,7 @@ App({
//正式:https://wxapplets.edstao.com //正式:https://wxapplets.edstao.com
globalData: { globalData: {
userInfo: null, userInfo: null,
defurl:'https://wxapplets.edstao.com', defurl:'http://192.168.0.17:3000',
userInfo:'' userInfo:''
} }
}) })
\ No newline at end of file
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"window": { "window": {
"backgroundTextStyle": "light", "backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff", "navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "E淘商城", "navigationBarTitleText": "商城",
"navigationBarTextStyle": "black" "navigationBarTextStyle": "black"
}, },
"sitemapLocation": "sitemap.json" "sitemapLocation": "sitemap.json"
......
...@@ -94,7 +94,7 @@ Page({ ...@@ -94,7 +94,7 @@ Page({
let that = this; let that = this;
let data = that.data; let data = that.data;
let newUrl = options.webViewUrl.replace(data.defurl, ''); let newUrl = options.webViewUrl.replace(data.defurl, '');
let title = data.proName ? data.proName : 'E淘商城'; let title = data.proName ? data.proName : '商城';
let time =new Date().getTime() let time =new Date().getTime()
let imageUrl = data.imgUrl ? data.imgUrl : 'http://app.edsmall.com/ETaoShopMiniApp/images/share.jpg?t='+time let imageUrl = data.imgUrl ? data.imgUrl : 'http://app.edsmall.com/ETaoShopMiniApp/images/share.jpg?t='+time
const weburl = encodeURIComponent(data.defurl + '/weixin/QRCode&&from=wx&url=' + newUrl + '&name=' + data.userInfo); const weburl = encodeURIComponent(data.defurl + '/weixin/QRCode&&from=wx&url=' + newUrl + '&name=' + data.userInfo);
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<view wx:if='{{openId&&!showPrivacy}}'> <view wx:if='{{openId&&!showPrivacy}}'>
<view class='ETaoLogoBox'> <view class='ETaoLogoBox'>
<image class='ETaoLogo' mode='widthFix' src='/asstes/img/ETaoLogo.png'></image> <image class='ETaoLogo' mode='widthFix' src='/asstes/img/ETaoLogo.png'></image>
<view class='ETaoName'>E淘商城</view> <view class='ETaoName'>商城</view>
</view> </view>
<view class='btn-box'> <view class='btn-box'>
......
{ {
"navigationBarTitleText": "E淘商城-支付" "navigationBarTitleText": "商城-支付"
} }
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册