Commit b1d6512d by honghong

删除打包dist文件

parent d2a1e9a7
This source diff could not be displayed because it is too large. You can view the blob instead.
require('./common/runtime.js')
require('./common/vendor.js')
require('./common/main.js')
\ No newline at end of file
{
"pages": [
"pages/index/index",
"pages/staffindex/staffindex",
"pages/login/index",
"pages/shop/index",
"pages/forum/index",
"pages/forum/publish",
"pages/contract/index",
"pages/my/index"
],
"subPackages": [
{
"root": "homePage",
"pages": [
"index/index",
"detail/index",
"instructions/index",
"contractDload/index",
"demand/index",
"demand/detail",
"demand/list",
"merchant/index",
"merchant/dynamicDetail",
"merchant/forumDetails",
"merchant/preview",
"merchant/personHomePage",
"deposit/index"
]
},
{
"root": "shop",
"pages": [
"index/index",
"index/indexts",
"index/indext",
"agreement/index",
"privacy/index"
]
},
{
"root": "contract",
"pages": [
"index/index",
"receipt/index",
"merchant/index",
"upldContract/index",
"drawings/index",
"factoryTime/index",
"material/index",
"arriveHome/index",
"production/index",
"Installation/index",
"evaluate/index"
]
},
{
"root": "groupBuying",
"pages": [
"index/index",
"eventDetails/index"
]
},
{
"root": "myStaff",
"pages": [
"bargain/index",
"myWallet/index",
"poster/index"
]
},
{
"root": "my",
"pages": [
"index/index",
"index/indext",
"myWallet/index",
"withdrawal/index",
"poster/index",
"invitation/index",
"bargain/index",
"collection/index",
"credited/index",
"customer/index",
"feedback/index",
"operate/like",
"operate/collect",
"operate/comment",
"operate/dynamic",
"collectMerchant/index"
]
}
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#Fff",
"backgroundColor": "#F7F8F9",
"backgroundTextStyle": "light",
"enablePullDownRefresh": false,
"onReachBottomDistance": 50
},
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于小程序位置接口的效果展示"
}
},
"requiredPrivateInfos": [
"getLocation",
"chooseLocation"
],
"usingComponents": {
"com-navbar": "/components/navBar/aIndex",
"com-tabbar": "/components/tabbar/tabbar",
"com-button": "/components/button/button",
"com-upload": "/components/upload/aIndex",
"com-uploadt": "/components/upload/aIndext",
"com-upload-identity": "/components/uploadIdentity/aIndex"
}
}
\ No newline at end of file
@import './common/main.wxss';
[data-custom-hidden="true"],[bind-data-custom-hidden="true"]{display: none !important;}
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"usingComponents": {
"u-navbar": "/uni_modules/uview-ui/components/u-navbar/u-navbar",
"u-icon": "/uni_modules/uview-ui/components/u-icon/u-icon",
"u-line": "/uni_modules/uview-ui/components/u-line/u-line"
},
"component": true
}
\ No newline at end of file
<view class="index data-v-30ae7a76"><u-navbar vue-id="0d7016e1-1" leftText="返回" title="{{title}}" safeAreaInsetTop="{{true}}" placeholder="{{true}}" bgColor="{{titleStyle.scrollTopHeader?scrollTopHeaderBgColor:bgColor}}" titleStyle="{{$root.a0}}" class="data-v-30ae7a76" bind:__l="__l" vue-slots="{{['left']}}"><view class="u-nav-slot data-v-30ae7a76" slot="left"><block wx:if="{{leftIcon}}"><u-icon vue-id="{{('0d7016e1-2')+','+('0d7016e1-1')}}" name="arrow-left" size="40" color="#000" bold="{{true}}" data-event-opts="{{[['^click',[['leftClick']]]]}}" bind:click="__e" class="data-v-30ae7a76" bind:__l="__l"></u-icon></block><block wx:if="{{homeShow}}"><u-line vue-id="{{('0d7016e1-3')+','+('0d7016e1-1')}}" direction="column" hairline="{{false}}" length="16" margin="0 8px" class="data-v-30ae7a76" bind:__l="__l"></u-line></block><block wx:if="{{homeShow}}"><u-icon vue-id="{{('0d7016e1-4')+','+('0d7016e1-1')}}" name="home" size="30" data-event-opts="{{[['^click',[['rightClick']]]]}}" bind:click="__e" class="data-v-30ae7a76" bind:__l="__l"></u-icon></block><block wx:if="{{showLocation}}"><view class="city data-v-30ae7a76"><image src="{{imgBgUrl+'sydw1.png'}}" mode class="data-v-30ae7a76"></image>{{''+address+''}}</view></block></view></u-navbar></view>
\ No newline at end of file
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.index.data-v-30ae7a76 {
z-index: 99999;
}
.u-nav-slot.data-v-30ae7a76 {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
border-width: 1rpx;
border-radius: 100rpx;
border-color: #c8c7cc;
padding: 3rpx 7rpx;
opacity: 0.8;
}
.city.data-v-30ae7a76 {
display: flex;
align-items: center;
font-weight: 500;
font-size: 28rpx;
color: #FFFFFF;
}
.city > image.data-v-30ae7a76 {
width: 48rpx;
height: 48rpx;
margin-right: 4rpx;
}
{
"navigationBarTitleText": "合同",
"usingComponents": {}
}
\ No newline at end of file
<view class="index data-v-2d151c00"><block wx:for="{{$root.l0}}" wx:for-item="v" wx:for-index="__i0__" wx:key="userId"><view class="index-cent data-v-2d151c00"><view class="index-cent-top data-v-2d151c00"><view class="data-v-2d151c00">{{'订单号:'+v.$orig.contractNo+''}}</view><view class="index-cent-top-rig data-v-2d151c00">{{''+v.f0+''}}</view></view><view class="index-cent-xian data-v-2d151c00"></view><view class="index-cent-ct data-v-2d151c00"><image src="{{v.$orig.url}}" mode class="data-v-2d151c00"></image><view class="index-cent-ct-right data-v-2d151c00"><view class="data-v-2d151c00">{{''+v.$orig.businessName+''}}</view><view class="tp data-v-2d151c00">{{'公司名称:'+v.$orig.companyName+''}}</view><view class="tp data-v-2d151c00">{{'营业地址:'+v.$orig.businessAddressContent+v.$orig.businessAddressInfo+''}}</view></view></view></view></block></view>
\ No newline at end of file
page {
background-color: #F7F8FA;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.index.data-v-2d151c00 {
padding: 22rpx 30rpx;
}
.index-cent.data-v-2d151c00 {
padding: 24rpx 30rpx;
background-color: #fff;
border-radius: 20rpx;
margin-bottom: 22rpx;
}
.index-cent-top.data-v-2d151c00 {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 400;
font-size: 24rpx;
color: #666666;
}
.index-cent-top-rig.data-v-2d151c00 {
font-weight: 400;
font-size: 24rpx;
color: #1572FF;
}
.index-cent-xian.data-v-2d151c00 {
width: 100%;
height: 1rpx;
background: #ECECEC;
margin: 20rpx 0;
}
.index-cent-ct.data-v-2d151c00 {
display: flex;
align-items: center;
}
.index-cent-ct > image.data-v-2d151c00 {
width: 156rpx;
height: 156rpx;
margin-right: 16rpx;
}
.index-cent-ct-right.data-v-2d151c00 {
width: calc(100% - 172rpx);
font-weight: 400;
font-size: 24rpx;
color: #1A1A1A;
}
.index-cent-ct-right > view.data-v-2d151c00:nth-child(1) {
font-weight: 500;
font-size: 26rpx;
color: #1A1A1A;
}
.tp.data-v-2d151c00 {
margin-top: 20rpx;
}
{
"navigationBarTitleText": "我的钱包",
"usingComponents": {}
}
\ No newline at end of file
<view class="index data-v-3dcb48ad"><view class="index-top data-v-3dcb48ad"><view class="index-top-tit data-v-3dcb48ad"><view class="index-top-tit-lef data-v-3dcb48ad"><view class="data-v-3dcb48ad">{{''+walletInfo.expect+''}}</view><view class="data-v-3dcb48ad">预计收入(元)</view></view><view class="index-top-tit-lef data-v-3dcb48ad"><view class="data-v-3dcb48ad">{{''+walletInfo.balance+''}}</view><view class="data-v-3dcb48ad">我的钱包(元)</view></view></view><view style="display:flex;justify-content:center;" class="data-v-3dcb48ad"><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="index-top-cent data-v-3dcb48ad" bindtap="__e">申请提现</view></view></view><view class="index-cet data-v-3dcb48ad"><view class="index-cet-tp data-v-3dcb48ad"><view data-event-opts="{{[['tap',[['clickDj',[0]]]]]}}" class="{{['data-v-3dcb48ad',particulars==0?'xz':'wxz']}}" style="margin-right:60rpx;" bindtap="__e">预计收入明细</view><view data-event-opts="{{[['tap',[['clickDj',[1]]]]]}}" class="{{['data-v-3dcb48ad',particulars==1?'xz':'wxz']}}" bindtap="__e">余额明细</view></view><block wx:if="{{particulars==0}}"><view class="data-v-3dcb48ad"><block wx:for="{{balanceList}}" wx:for-item="v" wx:for-index="index" wx:key="index"><view class="index-cet-ct data-v-3dcb48ad"><view class="data-v-3dcb48ad"><view class="index-cet-ct-tit data-v-3dcb48ad">{{''+v.balanceType+''}}</view><view class="index-cet-ct-tim data-v-3dcb48ad">{{''+v.createTime+''}}</view></view><view class="index-cet-ct-mony data-v-3dcb48ad">{{''+v.amountTx+''}}</view></view></block></view></block><block wx:else><view class="data-v-3dcb48ad"><block wx:for="{{balanceList}}" wx:for-item="v" wx:for-index="index" wx:key="index"><view class="data-v-3dcb48ad"><view class="index-cet-ct data-v-3dcb48ad" style="{{'margin-bottom:'+(v==1?'8rpx':'30rpx')+';'}}"><view class="data-v-3dcb48ad"><view class="index-cet-ct-tit data-v-3dcb48ad">{{''+v.balanceType+''}}</view><view class="index-cet-ct-tim data-v-3dcb48ad">{{''+v.createTime+''}}</view></view><view class="index-cet-ct-mony data-v-3dcb48ad">{{''+v.amountTx+''}}</view></view><block wx:if="{{v.rejection}}"><view class="yy data-v-3dcb48ad">{{'驳回原因: '+v.rejection+''}}</view></block></view></block></view></block></view></view>
\ No newline at end of file
page {
background: #fff;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.index-top.data-v-3dcb48ad {
background: #1572FF;
padding: 80rpx 120rpx 100rpx;
}
.index-top-tit.data-v-3dcb48ad {
display: flex;
align-items: center;
justify-content: space-between;
}
.index-top-tit-lef.data-v-3dcb48ad {
font-weight: 600;
font-size: 48rpx;
color: #FFFFFF;
text-align: center;
}
.index-top-tit-lef > view.data-v-3dcb48ad:nth-child(2) {
font-weight: 400;
font-size: 24rpx;
color: #FFFFFF;
margin-top: 8rpx;
}
.index-top-cent.data-v-3dcb48ad {
background: #FFFFFF;
border-radius: 26rpx;
width: 148rpx;
height: 52rpx;
font-weight: 500;
font-size: 24rpx;
color: #1572FF;
text-align: center;
line-height: 52rpx;
margin-top: 52rpx;
}
.index-cet.data-v-3dcb48ad {
position: relative;
top: -38rpx;
background-color: #FFFFFF;
border-radius: 40rpx 40rpx 0rpx 0rpx;
padding: 40rpx 50rpx;
}
.index-cet-tp.data-v-3dcb48ad {
display: flex;
align-items: flex-end;
margin-bottom: 40rpx;
}
.index-cet-ct.data-v-3dcb48ad {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 30rpx;
}
.index-cet-ct-tit.data-v-3dcb48ad {
font-weight: 600;
font-size: 30rpx;
color: #242424;
}
.index-cet-ct-tim.data-v-3dcb48ad {
font-weight: 400;
font-size: 24rpx;
color: #BCBCBC;
line-height: 48rpx;
margin-top: 8rpx;
}
.index-cet-ct-mony.data-v-3dcb48ad {
font-weight: 600;
font-size: 32rpx;
color: #242424;
}
.yy.data-v-3dcb48ad {
font-weight: 400;
font-size: 24rpx;
color: #FF3141;
margin-bottom: 30rpx;
}
.xz.data-v-3dcb48ad {
font-weight: 500;
font-size: 28rpx;
color: #333333;
}
.wxz.data-v-3dcb48ad {
font-weight: 400;
font-size: 28rpx;
color: #666666;
}
{
"navigationBarTitleText": "邀请海报",
"usingComponents": {}
}
\ No newline at end of file
<view class="index data-v-555e3e75"><view class="index-img data-v-555e3e75"><canvas class="jimfds data-v-555e3e75" style="width:100%;height:100%;" canvas-id="myCanvas"></canvas></view><view class="index-btm data-v-555e3e75"><button class="btn data-v-555e3e75" open-type="share"><view class="index-btm-lef data-v-555e3e75">转发好友</view></button><view data-event-opts="{{[['tap',[['downloadFile',['$0'],['downFile']]]]]}}" class="index-btm-rig data-v-555e3e75" bindtap="__e">保存图片</view></view></view>
\ No newline at end of file
page {
background: #F7F8FA;
height: 100%;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.index.data-v-555e3e75 {
height: 100%;
}
.index-img.data-v-555e3e75 {
padding: 30rpx 30rpx 220rpx;
height: calc(100% - 250rpx);
}
.index-btm.data-v-555e3e75 {
position: fixed;
bottom: 0rpx;
background: #FFFFFF;
width: calc(100% - 80rpx);
padding: 24rpx 40rpx 62rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.index-btm-lef.data-v-555e3e75 {
width: 320rpx;
height: 90rpx;
border-radius: 45rpx;
border: 2rpx solid #1572FF;
font-weight: 500;
font-size: 30rpx;
color: #1572FF;
text-align: center;
line-height: 90rpx;
}
.index-btm-rig.data-v-555e3e75 {
width: 320rpx;
height: 90rpx;
background: #1572FF;
border-radius: 45rpx;
font-weight: 500;
font-size: 30rpx;
color: #FFFFFF;
text-align: center;
line-height: 90rpx;
}
.btn.data-v-555e3e75 {
background: #fff;
border: none;
padding: 0rpx;
margin: 0rpx;
}
button.data-v-555e3e75::after {
border: none;
}
{
"navigationBarTitleText": "",
"navigationStyle": "custom",
"usingComponents": {
"u-swiper": "/uni_modules/uview-ui/components/u-swiper/u-swiper",
"u-notice-bar": "/uni_modules/uview-ui/components/u-notice-bar/u-notice-bar",
"u-icon": "/uni_modules/uview-ui/components/u-icon/u-icon",
"u-empty": "/uni_modules/uview-ui/components/u-empty/u-empty",
"cc-city-picker": "/uni_modules/cc-city-picker/components/cc-city-picker/cc-city-picker"
}
}
\ No newline at end of file
<view class="index data-v-57280228"><image class="header data-v-57280228" src="/static/images/headImage.png" mode></image><com-navbar vue-id="8dd740cc-1" showLocation="{{true}}" address="{{address}}" leftIcon="{{false}}" title=" " bgColor="transparent" titleStyle="{{({scrollTopHeader:scrollTopHeader})}}" class="data-v-57280228" bind:__l="__l"></com-navbar><view class="px-two mt-two data-v-57280228"><u-swiper vue-id="8dd740cc-2" radius="24" height="400rpx" list="{{list1}}" circular="{{true}}" class="data-v-57280228" bind:__l="__l"></u-swiper></view><view class="index-cent data-v-57280228"><view class="notice data-v-57280228"><u-notice-bar vue-id="8dd740cc-3" text="{{text1}}" direction="column" bgColor="#FFFFFF" color="#333333" fontSize="28rpx" mode="link" data-event-opts="{{[['^click',[['jump',[1]]]]]}}" bind:click="__e" class="data-v-57280228" bind:__l="__l"></u-notice-bar></view><view class="index-downlo data-v-57280228"><view data-event-opts="{{[['tap',[['jump',[3]]]]]}}" bindtap="__e" class="data-v-57280228"><image src="{{imgBgUrl+'syhtxz.png'}}" mode class="data-v-57280228"></image><view style="margin-bottom:16rpx;" class="data-v-57280228">合同下载</view></view><view data-event-opts="{{[['tap',[['jump',[2]]]]]}}" bindtap="__e" class="data-v-57280228"><image src="{{imgBgUrl+'ptczsm.png'}}" mode class="data-v-57280228"></image><view style="margin-bottom:16rpx;" class="data-v-57280228">平台操作说明</view></view><view data-event-opts="{{[['tap',[['jump',[5]]]]]}}" bindtap="__e" class="data-v-57280228"><image src="{{imgBgUrl+'ptczsm.png'}}" mode class="data-v-57280228"></image><view style="margin-bottom:16rpx;" class="data-v-57280228">发布需求</view></view><view data-event-opts="{{[['tap',[['jump',[6]]]]]}}" bindtap="__e" class="data-v-57280228"><image src="{{imgBgUrl+'tg.png'}}" mode class="data-v-57280228"></image><view style="margin-bottom:16rpx;" class="data-v-57280228">团购活动</view></view></view><u-notice-bar vue-id="8dd740cc-4" icon="file-text" text="{{dealList}}" direction="column" bgColor="#edf4ff" color="#0A1629" fontSize="28rpx" class="data-v-57280228" bind:__l="__l"></u-notice-bar><view class="data-v-57280228"><view class="d-flex a-center j-sb data-v-57280228" style="padding:28rpx 0 18rpx;"><view class="d-flex a-center data-v-57280228"><view class="line data-v-57280228"></view><view class="user-demand data-v-57280228">用户需求</view></view><view data-event-opts="{{[['tap',[['handleOpenPicker',['$event']]]]]}}" class="d-flex a-center data-v-57280228" bindtap="__e"><view class="city-area data-v-57280228">{{"装修地址: "+queryParams.cityId}}</view><u-icon vue-id="8dd740cc-5" name="arrow-down-fill" color="#000000" size="20" class="data-v-57280228" bind:__l="__l"></u-icon></view></view><block wx:if="{{$root.g0}}"><block wx:for="{{demandList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['handleDemandDetail',['$0'],[[['demandList','',index,'demandId']]]]]]]}}" class="container data-v-57280228" bindtap="__e"><view class="text-overflow-one title data-v-57280228">{{item.demandTitle}}</view><view class="d-flex a-center data-v-57280228" style="margin-top:16rpx;"><image class="avatar data-v-57280228" src="{{item.avatar}}" mode="widthFix"></image><view class="name data-v-57280228">{{item.nickName}}</view></view><view class="d-flex a-center j-sb data-v-57280228" style="margin:16rpx 0;"><view class="area data-v-57280228">投影面积:<label class="_span data-v-57280228">{{item.projectedArea+"㎡"}}</label></view><view class="address data-v-57280228">装修地址:<label class="_span data-v-57280228">{{item.decorationAddress}}</label></view></view><view class="d-flex a-center j-sb operate data-v-57280228"><view class="operate-budget data-v-57280228">全屋定制预算:</view><view class="operate-price data-v-57280228">{{item.budget+"元"}}</view></view></view></block></block><block wx:else><u-empty vue-id="8dd740cc-6" marginTop="50" width="260" height="260" textSize="28" icon="http://cdn.uviewui.com/uview/empty/news.png" text="暂无数据" class="data-v-57280228" bind:__l="__l"></u-empty></block></view></view><cc-city-picker vue-id="8dd740cc-7" themeColor="{{themeColor}}" data-ref="mpvueCityPicker" data-event-opts="{{[['^onCancel',[['onCancel']]],['^onConfirm',[['onConfirm']]]]}}" bind:onCancel="__e" bind:onConfirm="__e" class="data-v-57280228 vue-ref" bind:__l="__l"></cc-city-picker><com-tabbar vue-id="8dd740cc-8" list="{{[{title:'首页',iconA:'../../static/icon/syxz.png',iconB:'../../static/icon/sywxz.png',url:''},{title:'商家',iconA:'../../static/icon/sjxz.png',iconB:'../../static/icon/sjwxz.png',url:'/pages/shop/index'},{title:'论坛',iconA:'../../static/icon/ltxz.png',iconB:'../../static/icon/ltwxz.png',url:'/pages/forum/index'},{title:'合同',iconA:'../../static/icon/htxz.png',iconB:'../../static/icon/htwxz.png',url:'/pages/contract/index'},{title:'我的',iconA:'../../static/icon/wdxz.png',iconB:'../../static/icon/wdwxz.png',url:'/pages/my/index'}]}}" class="data-v-57280228" bind:__l="__l"></com-tabbar></view>
\ No newline at end of file
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.header.data-v-57280228 {
width: 100%;
height: 382rpx;
position: absolute;
z-index: -1;
top: 0;
left: 0;
background: linear-gradient(270deg, #D8D8D8 0%, #C1C1C1 100%);
}
.index-top.data-v-57280228 {
display: flex;
align-items: center;
padding: 0rpx 30rpx 20rpx;
font-weight: 500;
font-size: 30rpx;
color: #333333;
background-color: #fff;
}
.index-top > image.data-v-57280228 {
width: 48rpx;
height: 48rpx;
margin-right: 4rpx;
}
.index-cent.data-v-57280228 {
width: calc(100% - 40rpx);
background: #F7F8FA;
border-radius: 24rpx 24rpx 0rpx 0rpx;
padding: 20rpx;
}
.index-downlo.data-v-57280228 {
margin-top: 20rpx;
padding: 20rpx 30rpx;
background-color: #fff;
border-radius: 12rpx;
display: flex;
align-items: center;
justify-content: space-around;
font-weight: 500;
font-size: 26rpx;
color: #333333;
}
.index-downlo > view.data-v-57280228 {
text-align: center;
}
.index-downlo > view > image.data-v-57280228 {
width: 48rpx;
height: 48rpx;
margin-bottom: 12rpx;
margin-top: 18rpx;
}
.index-recommend.data-v-57280228 {
font-weight: 600;
font-size: 30rpx;
color: #000000;
margin: 26rpx 0rpx 24rpx;
}
.index-recomm.data-v-57280228 {
padding: 20rpx;
background: #FFFFFF;
border-radius: 20rpx;
display: flex;
align-items: center;
margin-bottom: 22rpx;
}
.index-recomm > image.data-v-57280228 {
height: 176rpx;
width: 176rpx;
margin-right: 16rpx;
}
.index-recomm-rig.data-v-57280228 {
font-weight: 400;
font-size: 22rpx;
color: #303030;
padding: 8rpx 0rpx 12rpx;
}
.index-recomm-rig-tit.data-v-57280228 {
font-weight: 600;
font-size: 28rpx;
color: #01000D;
}
.tp.data-v-57280228 {
margin-top: 12rpx;
}
.data-v-57280228 .notice .u-notice-bar {
border-radius: 16rpx;
}
.line.data-v-57280228 {
width: 4rpx;
height: 24rpx;
background: linear-gradient(180deg, #2FABFF 0%, #1572FF 100%);
border-radius: 2rpx;
}
.user-demand.data-v-57280228 {
font-size: 30rpx;
color: #000000;
font-weight: bold;
margin-left: 12rpx;
}
.city-area.data-v-57280228 {
font-size: 26rpx;
color: #000000;
margin-right: 4rpx;
}
.container.data-v-57280228 {
padding: 26rpx 30rpx;
background: #FFFFFF;
border-radius: 16rpx;
margin-bottom: 20rpx;
}
.container .title.data-v-57280228 {
font-size: 32rpx;
color: #303949;
font-weight: bold;
}
.container .avatar.data-v-57280228 {
width: 48rpx;
height: 48rpx;
background: #F83D3D;
border-radius: 50%;
}
.container .name.data-v-57280228 {
font-size: 28rpx;
color: #303949;
font-weight: bold;
margin: 0 8rpx;
}
.container .area.data-v-57280228,
.container .address.data-v-57280228 {
font-size: 26rpx;
color: #666666;
}
.container ._span.data-v-57280228 {
color: #333333;
font-weight: bold;
}
.container .operate.data-v-57280228 {
padding-top: 10rpx;
border-top: 1px solid #ECECEC;
}
.container .operate-budget.data-v-57280228 {
font-size: 26rpx;
color: #666666;
}
.container .operate-price.data-v-57280228 {
font-size: 32rpx;
color: #1572FF;
font-weight: bold;
margin-left: 8rpx;
}
{
"navigationBarTitleText": "授权登录",
"navigationStyle": "custom",
"usingComponents": {
"u--input": "/uni_modules/uview-ui/components/u--input/u--input"
}
}
\ No newline at end of file
<view class="index data-v-4586967a"><image class="logo_img data-v-4586967a" src="{{imgBgUrl+'logo.png'}}" mode></image><view class="login_bg data-v-4586967a"></view><view class="login px-three data-v-4586967a"><view class="login-box data-v-4586967a"><view class="login-box-user data-v-4586967a"><view class="title data-v-4586967a">账号</view><u--input bind:input="__e" vue-id="6b4b36ba-1" maxlength="11" fontSize="28" placeholder="请输入账号" border="none" customStyle="{{({padding:'30rpx',border:'1px solid #979BB5',borderRadius:'30rpx'})}}" value="{{form.username}}" data-event-opts="{{[['^input',[['__set_model',['$0','username','$event',[]],['form']]]]]}}" class="data-v-4586967a" bind:__l="__l"></u--input></view><view class="login-box-user data-v-4586967a"><view class="title data-v-4586967a">密码</view><u--input bind:input="__e" vue-id="6b4b36ba-2" maxlength="16" type="password" fontSize="28" placeholder="请输入密码" border="none" customStyle="{{({padding:'30rpx',border:'1px solid #979BB5',borderRadius:'30rpx'})}}" value="{{form.password}}" data-event-opts="{{[['^input',[['__set_model',['$0','password','$event',[]],['form']]]]]}}" class="data-v-4586967a" bind:__l="__l"></u--input></view></view><view class="d-flex a-center data-v-4586967a" style="margin-top:10vh;"><button data-event-opts="{{[['tap',[['handleLogin',['$event']]]]]}}" class="full-button data-v-4586967a" bindtap="__e">登 录</button></view><view data-event-opts="{{[['tap',[['jump',['$event']]]]]}}" class="join data-v-4586967a" bindtap="__e">商家入驻</view></view></view>
\ No newline at end of file
page {
background: #1572FF;
height: 100%;
}
@charset "UTF-8";
/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
/* uni.scss */
.index.data-v-4586967a {
height: 100%;
}
.logo_img.data-v-4586967a {
width: 392rpx;
height: 392rpx;
display: block;
margin: 0 auto;
padding-top: 130rpx;
}
.name.data-v-4586967a {
color: #333;
font-size: 42rpx;
font-weight: bolder;
}
.login_bg.data-v-4586967a {
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 81%, rgba(255, 255, 255, 0.97) 100%);
opacity: 0.27;
height: 50rpx;
border-radius: 40rpx 40rpx 0 0;
width: 694rpx;
margin: 0 auto;
}
.login.data-v-4586967a {
height: calc(100% - 30%);
background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.96) 81%, rgba(255, 255, 255, 0.97) 100%);
border-radius: 30rpx 30rpx 0 0;
margin-top: -20rpx;
}
.login-box.data-v-4586967a {
padding-top: 80rpx;
}
.login-box .title.data-v-4586967a {
font-weight: 500;
font-size: 30rpx;
color: #555568;
margin: 30rpx 0;
}
.login-box-operate.data-v-4586967a {
margin-top: 34rpx;
}
.login-box-operate .apply.data-v-4586967a {
font-size: 28rpx;
color: #1572FF;
}
.login-box-operate .forget.data-v-4586967a {
font-size: 28rpx;
color: #555555;
}
.login-fixed.data-v-4586967a {
position: fixed;
bottom: 140rpx;
width: 100%;
}
.login-btn.data-v-4586967a {
width: 652rpx;
margin-top: 32rpx;
}
.full-button.data-v-4586967a {
border-radius: 30rpx;
width: 662rpx;
height: 108rpx;
line-height: 108rpx;
}
.join.data-v-4586967a {
font-size: 30rpx;
color: #1572FF;
text-align: center;
-webkit-text-decoration-line: underline;
text-decoration-line: underline;
margin-top: 80rpx;
}
{
"description": "项目配置文件。",
"packOptions": {
"ignore": [],
"include": []
},
"setting": {
"urlCheck": false,
"es6": true,
"postcss": true,
"minified": true,
"newFeature": true,
"bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"compileType": "miniprogram",
"libVersion": "3.4.6",
"appid": "wx81b59b65bfdfca3b",
"projectname": "zijinjianguan",
"condition": {
"search": {
"current": -1,
"list": []
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
},
"editorSetting": {
"tabIndent": "insertSpaces",
"tabSize": 2
}
}
\ No newline at end of file
{
"description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
"condition": {
"miniprogram": {
"list": [
{
"name": "商家信息",
"pathName": "shop/index/indext",
"query": "",
"launchMode": "default",
"scene": null
}
]
}
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment