Commit ce6574b7 authored by 刘攀's avatar 刘攀

初始化页面

parent 52ad6c3c
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
{
"name": "",
"appid": "",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"app-plus": { /* 5+App特有相关 */
"usingComponents": true,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
"modules": { /* 模块配置 */
},
"distribute": { /* 应用发布信息 */
"android": { /* android打包配置 */
"permissions": ["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
},
"ios": { /* ios打包配置 */
},
"sdkConfigs": { /* SDK配置 */
}
}
},
"quickapp": { /* 快应用特有相关 */
},
"mp-weixin": { /* 微信小程序特有相关 */
"appid": "",
"setting": {
"urlCheck": false
},
"usingComponents": true
},
"mp-alipay" : {
"usingComponents" : true
"name": "",
"appid": "",
"description": "",
"versionName": "1.0.0",
"versionCode": "100",
"transformPx": false,
"networkTimeout": {
"request": 3000,
"connectSocket": 3000,
"uploadFile": 3000,
"downloadFile": 3000
},
"app-plus": {
"usingComponents": true,
"splashscreen": {
"alwaysShowBeforeRender": true,
"waiting": true,
"autoclose": true,
"delay": 0
},
"mp-baidu" : {
"usingComponents" : true
},
"mp-toutiao" : {
"usingComponents" : true
"modules": {},
"distribute": {
"android": {
"permissions": [
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>",
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
"<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>",
"<uses-permission android:name=\"android.permission.CAMERA\"/>",
"<uses-permission android:name=\"android.permission.RECORD_AUDIO\"/>",
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>",
"<uses-permission android:name=\"android.permission.MODIFY_AUDIO_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>",
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.CALL_PHONE\"/>",
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_COARSE_LOCATION\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.ACCESS_FINE_LOCATION\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
]
},
"ios": {},
"sdkConfigs": {}
}
},
"quickapp": {},
"mp-weixin": {
"appid": "wxfc75936f1ef29d81",
"setting": {
"urlCheck": false,
"es6": true,
"enhance": true,
"postcss": true,
"minified": true,
"newFeature": true,
"autoAudits": false,
"uglifyFileName": false,
"checkInvalidKey": true,
"checkSiteMap": false,
"uploadWithSourceMap": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
},
"mp-qq" : {
"usingComponents" : true
"usingComponents": true,
"permission": {
"scope.userLocation": {
"desc": "你的位置信息将用于计算门店位置与发货"
}
}
},
"mp-alipay": {
"usingComponents": true
},
"mp-baidu": {
"usingComponents": true
},
"mp-toutiao": {
"usingComponents": true
},
"mp-qq": {
"usingComponents": true
}
}
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
}
"pages": [
{
"path": "pages/index/index",
"style": {}
},
{
"path": "pages/store/index/index",
"style": {}
},
{
"path": "pages/store/goods/list/index",
"style": {}
},
{
"path": "pages/pay/paying/paying",
"style": {}
},
{
"path": "pages/pay/orderDetails/orderDetails",
"style": {}
},
{
"path": "pages/user/index/index",
"style": {}
},
{
"path": "pages/validatePage/validatePage",
"style": {}
},
{
"path": "pages/page/page",
"style": {}
},
{
"path": "pages/page/p1/index",
"style": {}
},
{
"path": "pages/page/p2/index",
"style": {}
},
{
"path": "pages/page/p3/index",
"style": {}
},
{
"path": "pages/page/p4/index",
"style": {}
},
{
"path": "pages/page/p5/index",
"style": {}
},
{
"path": "pages/order/create/index",
"style": {}
},
{
"path": "pages/order/detail/index",
"style": {}
},
{
"path": "pages/order/list/index",
"style": {}
},
{
"path": "pages/order/logistics/index",
"style": {}
},
{
"path": "pages/order/goodsList/index",
"style": {}
},
{
"path": "pages/order/remark/index",
"style": {}
},
{
"path": "pages/order/afterPayDetail/index",
"style": {}
},
{
"path": "pages/memberCard/memberCard",
"style": {}
}
],
"subPackages": [
{
"root": "pages/marketing",
"pages": [
{
"path": "coupon/canUse/index",
"style": {}
},
{
"path": "coupon/canReceive/index",
"style": {}
},
{
"path": "coupon/list/index",
"style": {}
},
{
"path": "gift/index/index",
"style": {}
},
{
"path": "notice/detail/index",
"style": {}
},
{
"path": "notice/list/index",
"style": {}
},
{
"path": "integral/index/index",
"style": {}
},
{
"path": "storedValue/list/index",
"style": {}
},
{
"path": "storedValue/rule/index",
"style": {}
},
{
"path": "storedValue/payComplete/index",
"style": {}
},
{
"path": "member/code/index",
"style": {}
},
{
"path": "member/card/rule/index",
"style": {}
},
{
"path": "member/card/record/index",
"style": {}
},
{
"path": "member/card/select/index",
"style": {}
}
]
},
{
"root": "pages/user/address",
"pages": [
{
"path": "list/index",
"style": {}
},
{
"path": "add/index",
"style": {}
},
{
"path": "edit/index",
"style": {}
}
]
},
{
"root": "pages/store/goods/detail",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/store/goods/search",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/index/switchStore",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/index/switchBusiness",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/index/historyStore",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/index/couponReceive",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/user/balance/index",
"pages": [
{
"path": "index",
"style": {}
}
]
},
{
"root": "pages/user/record/list",
"pages": [
{
"path": "index",
"style": {}
}
]
}
],
"globalStyle": {
"backgroundTextStyle": "dark",
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black"
}
}
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
<template>
<view></view>
</template>
<script>
export default {
data() {
return {
title: ''
}
},
onLoad() {
},
methods: {
}
}
</script>
<style scoped lang="scss">
</style>
/* #ifdef ALIPAY */
button{
position:relative;
display:block;
margin-left:auto;
margin-right:auto;
padding-left:14px;
padding-right:14px;
box-sizing:border-box;
font-size:18px;
text-align:center;
text-decoration:none;
line-height:2.55555556;
border-radius:5px;
-webkit-tap-highlight-color:transparent;
overflow:hidden;
color:#000000;
background-color:#F8F8F8;
height: auto;
border: none;
}
button-small{
display:inline-block;
line-height:2.3;
font-size:13px;
padding:0 1.34em;
}
button-primary{
color: #fff;
background-color: #07c160;
}
/* #endif */
button[type=primary] {
background-color: #07c160;
}
button[type=primary]:after {
display: none;
}
button[type=primary][disabled] {
background-color: #b4ecce;
}
button[type=primary].button-hover {
background-color: #06af56;
}
\ No newline at end of file
.mt-20 {
margin-top: 20rpx;
}
.mt-30 {
margin-top: 30rpx;
}
.ml-25 {
margin-left: 25rpx;
}
.mr-25 {
margin-right: 25rpx;
}
.bg-white{
background-color: #fff
}
.bg-gray{
background-color: #f8f8f8;
}
.line-height-0{
line-height: 0
}
.line-through{
text-decoration: line-through;
}
.text-ellipsis {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.ellipsis {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.align-middle {
vertical-align: middle;
}
.extend-click{
position: relative;
}
.extend-click:before{
content: '';
position: absolute;
top: -20rpx;
left: -20rpx;
right: -20rpx;
bottom: -20rpx;
}
.line-top, .line-bottom, .line-left, .line-right, .line-box {
position: relative;
}
.line-top:before {
width: 200%;
height: 1rpx;
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 9;
content: "";
transform: scale(0.5);
transform-origin: left top;
background-color: #e8e8e8;
}
.line-bottom:after {
width: 200%;
height: 1rpx;
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
content: "";
transform: scale(0.5);
transform-origin: left bottom;
background-color: #e8e8e8;
}
.line-left:before {
width: 1rpx;
height: 200%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 9;
content: "";
transform: scale(0.5);
transform-origin: left top;
background-color: #e8e8e8;
}
.line-right:after {
width: 1rpx;
height: 200%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
z-index: 9;
content: "";
transform: scale(0.5);
transform-origin: right top;
background-color: #e8e8e8;
}
.line-box:after {
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
pointer-events: none;
box-sizing: border-box;
border: 1rpx solid #e8e8e8;
width: 200%;
height: 200%;
transform-origin: top left;
transform: scale(0.5);
}
\ 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