[更新]1.0.0版本

This commit is contained in:
唐明明
2020-12-30 16:02:08 +08:00
10 changed files with 67 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
{
"pages": [
"pages/welcome/index",
"pages/user/index",
"pages/config/config",
"pages/company/index",
"pages/company/search/search",

View File

@@ -86,7 +86,7 @@ Page({
*/
goMall(e) {
console.log('1111')
wx.switchTab({
wx.navigateTo({
url: '/pages/mall/index',
})
}

View File

@@ -117,7 +117,7 @@
height: 90rpx;
margin: 20rpx 0;
text-align: center;
background: #224bf6;
background: #378fff;
font-size: 30rpx;
color: white;
border-radius: 60rpx;

View File

@@ -65,9 +65,9 @@
</view>
<text>我的购物车</text>
</navigator>
<view class="userTool-label" >
<view class="userTool-label">
<button class="userTool-label-img-button" size="mini" open-type="contact" bindcontact="handleContact"
style='border:0;background-color:#fff;width:94rpx;height:94rpx;padding:0;margin:0;margin-bottom:10rpx;'>
style='border:0;background-color:#fff;width:94rpx;height:94rpx;padding:0;margin:0;margin-bottom:10rpx;'>
<image src="/static/user_iocn/userTool_03.png"></image>
</button>
<view>客服服务</view>
@@ -91,12 +91,12 @@
</view>
<text>区块链证书</text>
</navigator>
<view class="userTool-label ">
<navigator class="userTool-label" hover-class="none" url="/pages/company/index">
<view class="userTool-label-img">
<image src="/static/user_iocn/userTool_08.png"></image>
</view>
<text>企获客广场</text>
</view>
</navigator>
<navigator hover-class="none" url="/pages/user/setting/setting" class="userTool-label">
<view class="userTool-label-img">
<image src="/static/user_iocn/userTool_07.png"></image>
@@ -106,4 +106,4 @@
</view>
</view>
<storeTabBar pages-url="pages/user/index"></storeTabBar>
<storeTabBar pages-url="pages/user/index"></storeTabBar>

View File

@@ -1 +1,4 @@
yijian
<view class="content">
<textarea placeholder="输入您的意见与建议"></textarea>
<view>确认提交</view>
</view>

View File

@@ -1,17 +1,26 @@
.item {
.content {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
flex-direction: column;
justify-content: center;
align-items: center;
box-sizing: border-box;
padding: 30rpx 30rpx;
color: #333;
font-weight: 400;
background-color: #fff;
border-top: #f7f7f7 solid 1rpx;
}
.item image {
width: 50rpx;
margin-right: 10rpx;
.content textarea {
width: 100%;
min-height: 500rpx;
background-color: #fff;
padding: 30rpx;
box-sizing: border-box;
}
.content>view {
background-color: #378fff;
color: #fff;
font-size: 30rpx;
font-weight: 500;
padding: 20rpx 200rpx;
border-radius: 60rpx;
margin-top: 30rpx;
}

View File

@@ -43,7 +43,7 @@
<view class="end" bindtap="goUrl">
<picker mode="date" value="{{date}}" start="2015-09-01" end="2017-09-01" bindchange="bindDateChange">
<view class="picker">
当前选择: {{date}}
{{date}}
</view>
</picker>
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
@@ -53,10 +53,10 @@
<view class="info_list_title">所在区域</view>
<view class="end" bindtap="goUrl">
<picker mode="region" bindchange="bindRegionChange" value="{{region}}" custom-item="{{customItem}}">
<view class="picker">
当前选择:{{region[0]}}{{region[1]}}{{region[2]}}
</view>
</picker>
<view class="picker">
{{region[0]}}-{{region[1]}}-{{region[2]}}
</view>
</picker>
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
</view>
</view>

View File

@@ -1,3 +1,7 @@
Page({
data: {}
data: {
nodes: {
}
}
})

View File

@@ -1 +1,2 @@
关于我们
<image src="/static/images/company_bg4.png" mode="widthFix" style="width:100%;"></image>
<rich-text nodes="{{nodes}}"></rich-text>

View File

@@ -113,6 +113,29 @@
"pathName": "pages/home/index",
"query": "orderid=20201229132338964625",
"scene": null
},
{
"name": "pages/user/setting/setting",
"pathName": "pages/user/setting/setting",
"query": "",
"scene": null
},
{
"name": "pages/user/setting/aboutMine/aboutMine",
"pathName": "pages/user/setting/aboutMine/aboutMine",
"query": "",
"scene": null
},
{
"name": "pages/user/setting/aboutAdvice/aboutAdvice",
"pathName": "pages/user/setting/aboutAdvice/aboutAdvice",
"query": "",
"scene": null
},
{
"name": "pages/user/setting/aboutUs/aboutUs",
"pathName": "pages/user/setting/aboutUs/aboutUs",
"scene": null
}
]
}