[更新]1.0.0版本
This commit is contained in:
1
app.json
1
app.json
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/welcome/index",
|
||||
"pages/user/index",
|
||||
"pages/config/config",
|
||||
"pages/company/index",
|
||||
"pages/company/search/search",
|
||||
|
||||
@@ -86,7 +86,7 @@ Page({
|
||||
*/
|
||||
goMall(e) {
|
||||
console.log('1111')
|
||||
wx.switchTab({
|
||||
wx.navigateTo({
|
||||
url: '/pages/mall/index',
|
||||
})
|
||||
}
|
||||
|
||||
@@ -117,7 +117,7 @@
|
||||
height: 90rpx;
|
||||
margin: 20rpx 0;
|
||||
text-align: center;
|
||||
background: #224bf6;
|
||||
background: #378fff;
|
||||
font-size: 30rpx;
|
||||
color: white;
|
||||
border-radius: 60rpx;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
yijian
|
||||
<view class="content">
|
||||
<textarea placeholder="输入您的意见与建议"></textarea>
|
||||
<view>确认提交</view>
|
||||
</view>
|
||||
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
@@ -54,7 +54,7 @@
|
||||
<view class="end" bindtap="goUrl">
|
||||
<picker mode="region" bindchange="bindRegionChange" value="{{region}}" custom-item="{{customItem}}">
|
||||
<view class="picker">
|
||||
当前选择:{{region[0]}},{{region[1]}},{{region[2]}}
|
||||
{{region[0]}}-{{region[1]}}-{{region[2]}}
|
||||
</view>
|
||||
</picker>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Page({
|
||||
data: {}
|
||||
data: {
|
||||
nodes: {
|
||||
|
||||
}
|
||||
}
|
||||
})
|
||||
@@ -1 +1,2 @@
|
||||
关于我们
|
||||
<image src="/static/images/company_bg4.png" mode="widthFix" style="width:100%;"></image>
|
||||
<rich-text nodes="{{nodes}}"></rich-text>
|
||||
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user