Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
王文桦
/
sxBusinessMp
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit cff098cf
authored
Jun 16, 2020
by
wwh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
1 parent
8dc00125
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
63 additions
and
9 deletions
src/hotOrderModule/pages/send.wpy
src/pages/home/index.wpy
src/pages/order/send.wpy
src/renovationModule/pages/index.wpy
src/hotOrderModule/pages/send.wpy
View file @
cff098c
...
...
@@ -34,7 +34,7 @@
<view class="weui-cell__ft">
</view>
</view>
<view class="weui-cell weui-cell_input">
<
!-- <
view class="weui-cell weui-cell_input">
<view class="weui-cell__hd">
<view class="weui-label">快递公司编号</view>
</view>
...
...
@@ -43,7 +43,7 @@
</view>
<view class="weui-cell__ft">
</view>
</view>
</view>
-->
</view>
...
...
src/pages/home/index.wpy
View file @
cff098c
...
...
@@ -2,8 +2,8 @@
<Tips />
<view class="page" wx:if="{{init}}">
<view class="brand column-center">
<image class="logo" src="http://static.ledouya.com/Fr
d_3nL68qvB4x0CseNu1RuRzU8d
"/>
<text>
乐店
商家端</text>
<image class="logo" src="http://static.ledouya.com/Fr
7RMb3ELI4SCucB_cqj_Vkxr9w8
"/>
<text>
松下空调
商家端</text>
</view>
<form @submit="confirm">
<view class="page__bd form">
...
...
@@ -34,6 +34,13 @@
</view>
</view>
</form>
<view class="tip" @tap="tipInfo">为什么要登录? </view>
<view wx:if="{{visible}}" class='tip-mask'>
<view class='maks-box'>
<rich-text nodes="{{htmlSnip}}" style="text-align:left"></rich-text>
<view class='close-btn' @tap="tipInfo">关闭</view>
</view>
</view>
</view>
<Copyright buttom="true" />
...
...
@@ -52,7 +59,9 @@
export default class Login extends wepy.page {
def = {
init: false,
loginMassage: {}
loginMassage: {},
visible:false,
htmlSnip:'<p style="line-height: 1.5em;"><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">松下空调商家端:</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">松下空调商家端,为商家健全高效运营体系,助力商家便捷管理店铺。</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">包含功能:</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">1. 网店管理</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">2. 爆品管理</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">3. 店铺基本设置</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">商家通过网店管理可以管理自己的网店商品、网店装修、网店订单,以及查看相关店铺运营数据;通过爆品管理可以核销爆品订单,查看相关订单,查看相关爆品运营数据</span><br/><span style="color: rgb(17, 31, 44); font-family: "Microsoft YaHei", "Segoe UI", system-ui, Roboto, "Droid Sans", "Helvetica Neue", sans-serif, Tahoma, "Segoe UI SymbolMyanmar Text", 微软雅黑; font-size: 14px; white-space: pre-wrap; background-color: rgb(255, 255, 255);">通过移动端更加高效便捷的经营店铺</span></p><p><br/></p>'
};
data = {...this.def};
async onLoad () {
...
...
@@ -136,6 +145,9 @@
} finally {
this.loaded();
}
},
tipInfo(){
this.visible = !this.visible;
}
};
// onShareAppMessage () {
...
...
@@ -192,6 +204,7 @@
.logo{
width: 100px;
height: 100px;
border-radius: 50%;
}
text{
...
...
@@ -199,4 +212,45 @@
font-size: $text-form;
}
}
.tip {
padding-left: 20px;
padding-top: 10px;
color:#1296DB;
text-align: center;
}
.tip-mask{
position: fixed;
top:0;
left:0;
right:0;
bottom:0;
background:rgba(0,0,0,.7);
z-index: 100;
display: flex;
justify-content: center;
align-items: center;
.maks-box{
position: relative;
width:520rpx;
min-height: 400rpx;
overflow: auto;
background: #fff;
border-radius: 8rpx;
padding:30rpx;
padding-bottom: 80rpx;
.close-btn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-top: 2rpx solid #f1f1f1;
height: 80rpx;
line-height: 80rpx;
text-align: center;
font-size: 28rpx;
color:#1296DB;
}
}
}
</style>
src/pages/order/send.wpy
View file @
cff098c
...
...
@@ -34,7 +34,7 @@
<view class="weui-cell__ft">
</view>
</view>
<view class="weui-cell weui-cell_input">
<
!-- <
view class="weui-cell weui-cell_input">
<view class="weui-cell__hd">
<view class="weui-label">快递公司编号</view>
</view>
...
...
@@ -43,7 +43,7 @@
</view>
<view class="weui-cell__ft">
</view>
</view>
</view>
-->
</view>
...
...
src/renovationModule/pages/index.wpy
View file @
cff098c
...
...
@@ -5,10 +5,10 @@
<text class="title">网店信息</text>
<text class="setBtn" @tap='goDetail'>设置</text>
</view>
<view class="renovation-item">
<
!-- <
view class="renovation-item">
<text class="title">网店直播</text>
<text class="setBtn" @tap='goLive'>设置</text>
</view>
</view>
-->
<view class="renovation-item">
<text class="title">平台爆品</text>
<text class="setBtn" @tap='goHotShop'>设置</text>
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment