Compare commits
2 Commits
b7704ece9e
...
d461a6d3b8
Author | SHA1 | Date | |
---|---|---|---|
d461a6d3b8 | |||
80262e128b |
@ -206,7 +206,7 @@
|
|||||||
<view style="background-color: #ffffff;border-radius:24rpx;width: 100%;padding-bottom: 15rpx;">
|
<view style="background-color: #ffffff;border-radius:24rpx;width: 100%;padding-bottom: 15rpx;">
|
||||||
<view @click.stop="openUrl('/pages/index/service')"
|
<view @click.stop="openUrl('/pages/index/service')"
|
||||||
class="tn-flex tn-flex-row-between tn-flex-col-center tn-flex-row-center"
|
class="tn-flex tn-flex-row-between tn-flex-col-center tn-flex-row-center"
|
||||||
style="padding: 30rpx;width: 97%;">
|
style="padding: 30rpx;width: 100%;">
|
||||||
<view style="font-size: 32rpx;">
|
<view style="font-size: 32rpx;">
|
||||||
<image src="/static/hd.png" style="width: 40rpx;height: 40rpx;vertical-align: middle;"></image>
|
<image src="/static/hd.png" style="width: 40rpx;height: 40rpx;vertical-align: middle;"></image>
|
||||||
<text style="padding-left: 20rpx;font-size: 30rpx;font-weight: 600;">活动报名</text>
|
<text style="padding-left: 20rpx;font-size: 30rpx;font-weight: 600;">活动报名</text>
|
||||||
@ -216,22 +216,29 @@
|
|||||||
<text class="tn-icon-right"></text>
|
<text class="tn-icon-right"></text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<scroll-view :scroll-x="true" style="padding:0rpx 30rpx;white-space: nowrap;width: 100%"
|
<scroll-view :scroll-x="true" style="padding:0rpx 0rpx 0rpx 30rpx;white-space: nowrap;width: 100%"
|
||||||
v-if="actList.length>0">
|
v-if="actList.length>0">
|
||||||
<view v-for="(item,index) in actList"
|
<view v-for="(item,index) in actList"
|
||||||
@click="openUrl('/pages/packageB/event/event_info?id='+item.id)"
|
@click="openUrl('/pages/packageB/event/event_info?id='+item.id)"
|
||||||
style="position: relative;;display: inline-block;width: 550rpx;text-align: center;border-radius: 20rpx;background-color: #FFF;overflow: hidden;margin-right: 20rpx;">
|
style="position: relative;;display: inline-block;width: 550rpx;text-align: center;border-radius: 20rpx;background-color: #FFF;overflow: hidden;margin-right: 20rpx;">
|
||||||
<view>
|
<view style="position: relative;">
|
||||||
|
<view style="position: absolute;bottom: 0;z-index: 100;width: 100%;">
|
||||||
|
<image src="/static/hd_bottom.png" style="width: 100%;" mode="widthFix"></image>
|
||||||
|
<view style="width:100%;text-align: left;position: absolute;color: #FFF;z-index: 1000;bottom: 0;padding: 15px;">
|
||||||
|
<view class="tn-text-ellipsis" style="font-size: 30rpx;font-weight: 600;">{{ item.activity_name }}</view>
|
||||||
|
<view style="font-size: 24rpx;margin-top: 20rpx;">活动时间:{{formatTime(item.signup_start_time)}}至{{formatTime(item.signup_end_time)}}</view>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
<image :src="apiImgUrl+item.activity_image" mode="aspectFill"
|
<image :src="apiImgUrl+item.activity_image" mode="aspectFill"
|
||||||
style="width: 550rpx;height: 320rpx;border-radius: 20rpx;">
|
style="width: 550rpx;height: 320rpx;border-radius: 20rpx;">
|
||||||
</image>
|
</image>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:10rpx;font-weight: 400;min-height: 100rpx;">
|
<!-- <view style="padding:10rpx;font-weight: 400;min-height: 100rpx;">
|
||||||
<view class="tn-text-ellipsis-2" style="text-align: left;font-size: 28rpx">
|
<view class="tn-text-ellipsis-2" style="text-align: left;font-size: 28rpx">
|
||||||
<text>{{ item.activity_name }}</text>
|
<text>{{ item.activity_name }}</text>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view> -->
|
||||||
<view style="position: absolute;top: 0rpx;left: 0rpx;">
|
<view style="position: absolute;top: 20rpx;left: 20rpx;">
|
||||||
<view v-if="item.type=='进行中'" class="my_tag" style="background-color: rgb(75, 130, 235)">
|
<view v-if="item.type=='进行中'" class="my_tag" style="background-color: rgb(75, 130, 235)">
|
||||||
进行中
|
进行中
|
||||||
</view>
|
</view>
|
||||||
@ -250,10 +257,16 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0rpx 28rpx;margin-top: 20rpx;">
|
<view style="margin: 20rpx 0rpx 20rpx 20rpx;">
|
||||||
<view style="background-color: #ffffff;border-radius: 15rpx 15rpx 0px 0px;padding:20rpx;">
|
<view style="padding:20rpx;">
|
||||||
<tn-tabs :list="goryList" :isScroll="true" :activeItemStyle="{fontSize:'30rpx',fontWeight:'600'}"
|
<!-- <tn-tabs :list="goryList" :isScroll="true" :activeItemStyle="{fontSize:'30rpx',fontWeight:'600'}"
|
||||||
activeColor="#3377FF" :current="current" name="name" @change="change" :fontSize="28"></tn-tabs>
|
activeColor="#3377FF" :current="current" name="name" @change="change" :fontSize="28"></tn-tabs> -->
|
||||||
|
<scroll-view :scroll-x="true" style="white-space: nowrap;width: 100%">
|
||||||
|
<view style="display: inline-block;margin-right: 50rpx;" v-for="item in goryList">
|
||||||
|
<view class="news_title">{{item.name}}</view>
|
||||||
|
<image src="/static/news_title.png" style="width: 50rpx;" mode="widthFix" class="no-img"></image>
|
||||||
|
</view>
|
||||||
|
</scroll-view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="padding:0px 28rpx;padding-bottom: 20rpx;min-height:1000rpx">
|
<view style="padding:0px 28rpx;padding-bottom: 20rpx;min-height:1000rpx">
|
||||||
@ -686,11 +699,12 @@
|
|||||||
|
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
||||||
.my_tag {
|
.my_tag {
|
||||||
padding: 8rpx 15rpx;
|
padding: 8rpx 30rpx;
|
||||||
font-size: 20rpx;
|
font-size: 20rpx;
|
||||||
color: rgba(255, 255, 255, 1);
|
color: rgba(255, 255, 255, 1);
|
||||||
border-radius: 0rpx 0rpx 22rpx 0rpx;
|
border-radius:22rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rounded_corner {
|
.rounded_corner {
|
||||||
@ -723,4 +737,13 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
.news_title{
|
||||||
|
color: #9B9B9B;
|
||||||
|
font-size: 35rpx;
|
||||||
|
}
|
||||||
|
.news_title_active{
|
||||||
|
color: #323232;
|
||||||
|
font-size: 35rpx;
|
||||||
|
font-weight: 600;;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
@ -491,8 +491,4 @@
|
|||||||
.my_input input {
|
.my_input input {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
page {
|
|
||||||
background-color: rgb(235, 244, 247);
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
BIN
static/hd_bottom.png
Normal file
BIN
static/hd_bottom.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 KiB |
BIN
static/news_title.png
Normal file
BIN
static/news_title.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 966 B |
9
uni.scss
9
uni.scss
@ -4,4 +4,11 @@
|
|||||||
* Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
|
* Tuniao UI自定义的css类名和scss变量,均以"tn-"开头,不会造成冲突,请放心使用
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import 'tuniao-ui/theme.scss'
|
@import 'tuniao-ui/theme.scss';
|
||||||
|
page{
|
||||||
|
background-color: #F7F7F7!important;
|
||||||
|
}
|
||||||
|
.no-img{
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;;;;AAAA;AAGA;AACA;AAHA;AACAA,EAAE,CAACC,iCAAiC,GAAGC,mBAAmB;AAG1DC,UAAU,CAACC,qBAAI,CAAC,C","file":"pages/packageA/my_vip_clerk.js","sourcesContent":["import 'uni-pages';\n// @ts-ignore\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/packageA/my_vip_clerk.vue'\ncreatePage(Page)"],"sourceRoot":""}
|
|
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;;;;AAAA;AAGA;AACA;AAHA;AACAA,EAAE,CAACC,iCAAiC,GAAGC,mBAAmB;AAG1DC,UAAU,CAACC,mBAAI,CAAC,C","file":"pages/packageA/my_vip_off.js","sourcesContent":["import 'uni-pages';\n// @ts-ignore\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/packageA/my_vip_off.vue'\ncreatePage(Page)"],"sourceRoot":""}
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1 +0,0 @@
|
|||||||
{"version":3,"sources":["uni-app:///main.js"],"names":["wx","__webpack_require_UNI_MP_PLUGIN__","__webpack_require__","createPage","Page"],"mappings":";;;;;;;;;;;;;AAAA;AAGA;AACA;AAHA;AACAA,EAAE,CAACC,iCAAiC,GAAGC,mBAAmB;AAG1DC,UAAU,CAACC,oBAAI,CAAC,C","file":"pages/packageB/notice_info.js","sourcesContent":["import 'uni-pages';\n// @ts-ignore\nwx.__webpack_require_UNI_MP_PLUGIN__ = __webpack_require__;\nimport Vue from 'vue'\nimport Page from './pages/packageB/notice_info.vue'\ncreatePage(Page)"],"sourceRoot":""}
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
BIN
unpackage/dist/dev/app-plus/__uniapperror.png
vendored
BIN
unpackage/dist/dev/app-plus/__uniapperror.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 5.7 KiB |
1
unpackage/dist/dev/app-plus/__uniappes6.js
vendored
1
unpackage/dist/dev/app-plus/__uniappes6.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
unpackage/dist/dev/app-plus/__uniappquill.js
vendored
8
unpackage/dist/dev/app-plus/__uniappquill.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/app-plus/__uniappscan.js
vendored
1
unpackage/dist/dev/app-plus/__uniappscan.js
vendored
File diff suppressed because one or more lines are too long
BIN
unpackage/dist/dev/app-plus/__uniappsuccess.png
vendored
BIN
unpackage/dist/dev/app-plus/__uniappsuccess.png
vendored
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
25
unpackage/dist/dev/app-plus/__uniappview.html
vendored
25
unpackage/dist/dev/app-plus/__uniappview.html
vendored
@ -1,25 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<html lang="zh-CN">
|
|
||||||
|
|
||||||
<head>
|
|
||||||
<meta charset="UTF-8" />
|
|
||||||
<script>
|
|
||||||
var __UniViewStartTime__ = Date.now();
|
|
||||||
var coverSupport = 'CSS' in window && typeof CSS.supports === 'function' && (CSS.supports('top: env(a)') ||
|
|
||||||
CSS.supports('top: constant(a)'))
|
|
||||||
document.write(
|
|
||||||
'<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
|
|
||||||
(coverSupport ? ', viewport-fit=cover' : '') + '" />')
|
|
||||||
</script>
|
|
||||||
<title>View</title>
|
|
||||||
<link rel="stylesheet" href="view.css" />
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<div id="app"></div>
|
|
||||||
<script src="__uniappes6.js"></script>
|
|
||||||
<script src="view.umd.min.js"></script>
|
|
||||||
<script src="app-view.js"></script>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
@ -1,8 +0,0 @@
|
|||||||
|
|
||||||
var isReady=false;var onReadyCallbacks=[];
|
|
||||||
var isServiceReady=false;var onServiceReadyCallbacks=[];
|
|
||||||
var __uniConfig = {"pages":["pages/index/index","pages/index/home","pages/index/service","pages/index/pizz","pages/index/pizz_info","pages/index/user","pages/index/directory","pages/index/web","pages/index/search","pages/packageA/info/discovery","pages/packageA/info/policy","pages/packageA/info/policy_info","pages/packageA/info/policy_list","pages/packageA/user/apply_in","pages/packageA/user/events_my","pages/packageA/user/my_apply","pages/packageA/user/my_card","pages/packageA/user/my_card_holder","pages/packageA/user/my_desc","pages/packageA/user/my_edit","pages/packageA/user/my_idea","pages/packageA/user/my_invite","pages/packageA/user/my_msg","pages/packageA/user/my_sign","pages/packageA/user/user_activity","pages/packageA/user/user_auditing","pages/packageA/user/user_auditing_info","pages/packageA/user/my_vip","pages/packageA/user/my_vip_info","pages/packageA/user/my_vip_clerk","pages/packageA/user/my_vip_off","pages/packageB/event/event_info","pages/packageB/news/new_info"],"window":{"navigationStyle":"custom","navigationBarTextStyle":"black","navigationBarTitleText":"uni-app","navigationBarBackgroundColor":"#F8F8F8","backgroundColor":"#F8F8F8"},"darkmode":false,"nvueCompiler":"uni-app","nvueStyleCompiler":"uni-app","renderer":"auto","splashscreen":{"alwaysShowBeforeRender":true,"autoclose":false},"appname":"智慧云商协","compilerVersion":"4.24","entryPagePath":"pages/index/index","networkTimeout":{"request":60000,"connectSocket":60000,"uploadFile":60000,"downloadFile":60000}};
|
|
||||||
var __uniRoutes = [{"path":"/pages/index/index","meta":{"isQuit":true},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/index/home","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/index/service","meta":{},"window":{"navigationBarTitleText":"智慧云商协","enablePullDownRefresh":false}},{"path":"/pages/index/pizz","meta":{},"window":{"navigationBarTitleText":"智慧云商协","enablePullDownRefresh":false}},{"path":"/pages/index/pizz_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协","enablePullDownRefresh":false}},{"path":"/pages/index/user","meta":{},"window":{"navigationBarTitleText":"智慧云商协","enablePullDownRefresh":false}},{"path":"/pages/index/directory","meta":{},"window":{"navigationBarTitleText":"智慧云商协","enablePullDownRefresh":false}},{"path":"/pages/index/web","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/index/search","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/info/discovery","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/info/policy","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/info/policy_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/info/policy_list","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/apply_in","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/events_my","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_apply","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_card","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_card_holder","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_desc","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_edit","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_idea","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_invite","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_msg","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_sign","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/user_activity","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/user_auditing","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/user_auditing_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_vip","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_vip_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_vip_clerk","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageA/user/my_vip_off","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageB/event/event_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}},{"path":"/pages/packageB/news/new_info","meta":{},"window":{"navigationBarTitleText":"智慧云商协"}}];
|
|
||||||
__uniConfig.onReady=function(callback){if(__uniConfig.ready){callback()}else{onReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"ready",{get:function(){return isReady},set:function(val){isReady=val;if(!isReady){return}const callbacks=onReadyCallbacks.slice(0);onReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
|
||||||
__uniConfig.onServiceReady=function(callback){if(__uniConfig.serviceReady){callback()}else{onServiceReadyCallbacks.push(callback)}};Object.defineProperty(__uniConfig,"serviceReady",{get:function(){return isServiceReady},set:function(val){isServiceReady=val;if(!isServiceReady){return}const callbacks=onServiceReadyCallbacks.slice(0);onServiceReadyCallbacks.length=0;callbacks.forEach(function(callback){callback()})}});
|
|
||||||
service.register("uni-app-config",{create(a,b,c){if(!__uniConfig.viewport){var d=b.weex.config.env.scale,e=b.weex.config.env.deviceWidth,f=Math.ceil(e/d);Object.assign(__uniConfig,{viewport:f,defaultFontSize:Math.round(f/20)})}return{instance:{__uniConfig:__uniConfig,__uniRoutes:__uniRoutes,global:void 0,window:void 0,document:void 0,frames:void 0,self:void 0,location:void 0,navigator:void 0,localStorage:void 0,history:void 0,Caches:void 0,screen:void 0,alert:void 0,confirm:void 0,prompt:void 0,fetch:void 0,XMLHttpRequest:void 0,WebSocket:void 0,webkit:void 0,print:void 0}}}});
|
|
154
unpackage/dist/dev/app-plus/app-config.js
vendored
154
unpackage/dist/dev/app-plus/app-config.js
vendored
@ -1,154 +0,0 @@
|
|||||||
/******/ (function(modules) { // webpackBootstrap
|
|
||||||
/******/ // install a JSONP callback for chunk loading
|
|
||||||
/******/ function webpackJsonpCallback(data) {
|
|
||||||
/******/ var chunkIds = data[0];
|
|
||||||
/******/ var moreModules = data[1];
|
|
||||||
/******/ var executeModules = data[2];
|
|
||||||
/******/
|
|
||||||
/******/ // add "moreModules" to the modules object,
|
|
||||||
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
||||||
/******/ var moduleId, chunkId, i = 0, resolves = [];
|
|
||||||
/******/ for(;i < chunkIds.length; i++) {
|
|
||||||
/******/ chunkId = chunkIds[i];
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(installedChunks, chunkId) && installedChunks[chunkId]) {
|
|
||||||
/******/ resolves.push(installedChunks[chunkId][0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ installedChunks[chunkId] = 0;
|
|
||||||
/******/ }
|
|
||||||
/******/ for(moduleId in moreModules) {
|
|
||||||
/******/ if(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {
|
|
||||||
/******/ modules[moduleId] = moreModules[moduleId];
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/ if(parentJsonpFunction) parentJsonpFunction(data);
|
|
||||||
/******/
|
|
||||||
/******/ while(resolves.length) {
|
|
||||||
/******/ resolves.shift()();
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // add entry modules from loaded chunk to deferred list
|
|
||||||
/******/ deferredModules.push.apply(deferredModules, executeModules || []);
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules when all chunks ready
|
|
||||||
/******/ return checkDeferredModules();
|
|
||||||
/******/ };
|
|
||||||
/******/ function checkDeferredModules() {
|
|
||||||
/******/ var result;
|
|
||||||
/******/ for(var i = 0; i < deferredModules.length; i++) {
|
|
||||||
/******/ var deferredModule = deferredModules[i];
|
|
||||||
/******/ var fulfilled = true;
|
|
||||||
/******/ for(var j = 1; j < deferredModule.length; j++) {
|
|
||||||
/******/ var depId = deferredModule[j];
|
|
||||||
/******/ if(installedChunks[depId] !== 0) fulfilled = false;
|
|
||||||
/******/ }
|
|
||||||
/******/ if(fulfilled) {
|
|
||||||
/******/ deferredModules.splice(i--, 1);
|
|
||||||
/******/ result = __webpack_require__(__webpack_require__.s = deferredModule[0]);
|
|
||||||
/******/ }
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ return result;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/ // The module cache
|
|
||||||
/******/ var installedModules = {};
|
|
||||||
/******/
|
|
||||||
/******/ // object to store loaded and loading chunks
|
|
||||||
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
||||||
/******/ // Promise = chunk loading, 0 = chunk loaded
|
|
||||||
/******/ var installedChunks = {
|
|
||||||
/******/ "app-config": 0
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ var deferredModules = [];
|
|
||||||
/******/
|
|
||||||
/******/ // The require function
|
|
||||||
/******/ function __webpack_require__(moduleId) {
|
|
||||||
/******/
|
|
||||||
/******/ // Check if module is in cache
|
|
||||||
/******/ if(installedModules[moduleId]) {
|
|
||||||
/******/ return installedModules[moduleId].exports;
|
|
||||||
/******/ }
|
|
||||||
/******/ // Create a new module (and put it into the cache)
|
|
||||||
/******/ var module = installedModules[moduleId] = {
|
|
||||||
/******/ i: moduleId,
|
|
||||||
/******/ l: false,
|
|
||||||
/******/ exports: {}
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Execute the module function
|
|
||||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
|
||||||
/******/
|
|
||||||
/******/ // Flag the module as loaded
|
|
||||||
/******/ module.l = true;
|
|
||||||
/******/
|
|
||||||
/******/ // Return the exports of the module
|
|
||||||
/******/ return module.exports;
|
|
||||||
/******/ }
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // expose the modules object (__webpack_modules__)
|
|
||||||
/******/ __webpack_require__.m = modules;
|
|
||||||
/******/
|
|
||||||
/******/ // expose the module cache
|
|
||||||
/******/ __webpack_require__.c = installedModules;
|
|
||||||
/******/
|
|
||||||
/******/ // define getter function for harmony exports
|
|
||||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
|
||||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
|
||||||
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
|
|
||||||
/******/ }
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // define __esModule on exports
|
|
||||||
/******/ __webpack_require__.r = function(exports) {
|
|
||||||
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
|
|
||||||
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
||||||
/******/ }
|
|
||||||
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // create a fake namespace object
|
|
||||||
/******/ // mode & 1: value is a module id, require it
|
|
||||||
/******/ // mode & 2: merge all properties of value into the ns
|
|
||||||
/******/ // mode & 4: return value when already ns object
|
|
||||||
/******/ // mode & 8|1: behave like require
|
|
||||||
/******/ __webpack_require__.t = function(value, mode) {
|
|
||||||
/******/ if(mode & 1) value = __webpack_require__(value);
|
|
||||||
/******/ if(mode & 8) return value;
|
|
||||||
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
|
|
||||||
/******/ var ns = Object.create(null);
|
|
||||||
/******/ __webpack_require__.r(ns);
|
|
||||||
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
|
|
||||||
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
|
|
||||||
/******/ return ns;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
|
||||||
/******/ __webpack_require__.n = function(module) {
|
|
||||||
/******/ var getter = module && module.__esModule ?
|
|
||||||
/******/ function getDefault() { return module['default']; } :
|
|
||||||
/******/ function getModuleExports() { return module; };
|
|
||||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
|
||||||
/******/ return getter;
|
|
||||||
/******/ };
|
|
||||||
/******/
|
|
||||||
/******/ // Object.prototype.hasOwnProperty.call
|
|
||||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
||||||
/******/
|
|
||||||
/******/ // __webpack_public_path__
|
|
||||||
/******/ __webpack_require__.p = "/";
|
|
||||||
/******/
|
|
||||||
/******/ var jsonpArray = this["webpackJsonp"] = this["webpackJsonp"] || [];
|
|
||||||
/******/ var oldJsonpFunction = jsonpArray.push.bind(jsonpArray);
|
|
||||||
/******/ jsonpArray.push = webpackJsonpCallback;
|
|
||||||
/******/ jsonpArray = jsonpArray.slice();
|
|
||||||
/******/ for(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);
|
|
||||||
/******/ var parentJsonpFunction = oldJsonpFunction;
|
|
||||||
/******/
|
|
||||||
/******/
|
|
||||||
/******/ // run deferred modules from other chunks
|
|
||||||
/******/ checkDeferredModules();
|
|
||||||
/******/ })
|
|
||||||
/************************************************************************/
|
|
||||||
/******/ ([]);
|
|
33188
unpackage/dist/dev/app-plus/app-service.js
vendored
33188
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
36110
unpackage/dist/dev/app-plus/app-view.js
vendored
36110
unpackage/dist/dev/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
1
unpackage/dist/dev/app-plus/manifest.json
vendored
1
unpackage/dist/dev/app-plus/manifest.json
vendored
@ -1 +0,0 @@
|
|||||||
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__F702B81","name":"智慧云商协","version":{"name":"1.0.0","code":"100"},"description":"","launch_path":"__uniappview.html","developer":{"name":"","email":"","url":""},"permissions":{"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"distribute":{"google":{"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.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.ACCESS_NETWORK_STATE\"/>","<uses-permission android:name=\"android.permission.CAMERA\"/>","<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>","<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.FLASHLIGHT\"/>","<uses-feature android:name=\"android.hardware.camera\"/>","<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"]},"apple":{},"plugins":{"share":{},"audio":{"mp3":{"description":"Android平台录音支持MP3格式文件"}}}},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"compilerVersion":"4.24","control":"uni-v3","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal"},"launch_path":"__uniappview.html"}}
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user