Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
U
uni-app-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tangfh
uni-app-base
Commits
c0e0c63a
Commit
c0e0c63a
authored
Apr 12, 2023
by
tangfh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update manifest.json
parent
91278412
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
22 changed files
with
48 additions
and
24 deletions
+48
-24
manifest.json
manifest.json
+1
-1
app.js
unpackage/dist/dev/mp-weixin/app.js
+1
-1
vendor.js
unpackage/dist/dev/mp-weixin/common/vendor.js
+2
-2
dynamic.js
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.js
+2
-2
dynamic.wxml
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.wxml
+1
-1
dynamic.wxss
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.wxss
+6
-0
index.js
unpackage/dist/dev/mp-weixin/pages/index/index.js
+2
-2
index.wxml
unpackage/dist/dev/mp-weixin/pages/index/index.wxml
+1
-1
index.wxss
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
+6
-0
login.js
unpackage/dist/dev/mp-weixin/pages/login/login.js
+2
-2
login.wxml
unpackage/dist/dev/mp-weixin/pages/login/login.wxml
+1
-1
my.js
unpackage/dist/dev/mp-weixin/pages/my/my.js
+2
-2
my.wxml
unpackage/dist/dev/mp-weixin/pages/my/my.wxml
+1
-1
my.wxss
unpackage/dist/dev/mp-weixin/pages/my/my.wxss
+6
-0
seting.js
unpackage/dist/dev/mp-weixin/pages/seting/seting.js
+1
-1
seting.wxss
unpackage/dist/dev/mp-weixin/pages/seting/seting.wxss
+6
-0
project.config.json
unpackage/dist/dev/mp-weixin/project.config.json
+2
-2
project.private.config.json
unpackage/dist/dev/mp-weixin/project.private.config.json
+1
-1
uni-icons.js
...n/uni_modules/uni-icons/components/uni-icons/uni-icons.js
+1
-1
uni-load-more.js
...s/uni-load-more/components/uni-load-more/uni-load-more.js
+1
-1
uni-nav-bar.js
...modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.js
+1
-1
uni-status-bar.js
...ules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.js
+1
-1
No files found.
manifest.json
View file @
c0e0c63a
{
{
"name"
:
"
mishang666
"
,
"name"
:
"
uni-app-base
"
,
"appid"
:
"__UNI__77C5830"
,
"appid"
:
"__UNI__77C5830"
,
"description"
:
""
,
"description"
:
""
,
"versionName"
:
"1.0.0"
,
"versionName"
:
"1.0.0"
,
...
...
unpackage/dist/dev/mp-weixin/app.js
View file @
c0e0c63a
...
@@ -19,7 +19,7 @@ const _sfc_main = {
...
@@ -19,7 +19,7 @@ const _sfc_main = {
console
.
log
(
"App Hide"
);
console
.
log
(
"App Hide"
);
}
}
};
};
const
App
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/App.vue"
]]);
const
App
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/App.vue"
]]);
function
createApp
()
{
function
createApp
()
{
const
app
=
common_vendor
.
createSSRApp
(
App
);
const
app
=
common_vendor
.
createSSRApp
(
App
);
return
{
return
{
...
...
unpackage/dist/dev/mp-weixin/common/vendor.js
View file @
c0e0c63a
...
@@ -1466,7 +1466,7 @@ function populateParameters(fromRes, toRes) {
...
@@ -1466,7 +1466,7 @@ function populateParameters(fromRes, toRes) {
const
hostLanguage
=
language
.
replace
(
/_/g
,
"-"
);
const
hostLanguage
=
language
.
replace
(
/_/g
,
"-"
);
const
parameters
=
{
const
parameters
=
{
appId
:
"__UNI__77C5830"
,
appId
:
"__UNI__77C5830"
,
appName
:
"
mishang666
"
,
appName
:
"
uni-app-base
"
,
appVersion
:
"1.0.0"
,
appVersion
:
"1.0.0"
,
appVersionCode
:
"100"
,
appVersionCode
:
"100"
,
appLanguage
:
getAppLanguage
(
hostLanguage
),
appLanguage
:
getAppLanguage
(
hostLanguage
),
...
@@ -1610,7 +1610,7 @@ const getAppBaseInfo = {
...
@@ -1610,7 +1610,7 @@ const getAppBaseInfo = {
hostSDKVersion
:
SDKVersion
,
hostSDKVersion
:
SDKVersion
,
hostTheme
:
theme
,
hostTheme
:
theme
,
appId
:
"__UNI__77C5830"
,
appId
:
"__UNI__77C5830"
,
appName
:
"
mishang666
"
,
appName
:
"
uni-app-base
"
,
appVersion
:
"1.0.0"
,
appVersion
:
"1.0.0"
,
appVersionCode
:
"100"
,
appVersionCode
:
"100"
,
appLanguage
:
getAppLanguage
(
hostLanguage
)
appLanguage
:
getAppLanguage
(
hostLanguage
)
...
...
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.js
View file @
c0e0c63a
...
@@ -73,7 +73,7 @@ if (!Math) {
...
@@ -73,7 +73,7 @@ if (!Math) {
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
return
common_vendor
.
e
({
return
common_vendor
.
e
({
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
b
:
common_vendor
.
sr
(
"navBar"
,
"
765f387a
-0"
),
b
:
common_vendor
.
sr
(
"navBar"
,
"
9fc97e20
-0"
),
c
:
common_vendor
.
p
({
c
:
common_vendor
.
p
({
[
"status-bar"
]:
"true"
,
[
"status-bar"
]:
"true"
,
border
:
"false"
,
border
:
"false"
,
...
@@ -98,5 +98,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -98,5 +98,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
j
:
$data
.
scrollViewHeight
+
"px"
j
:
$data
.
scrollViewHeight
+
"px"
});
});
}
}
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/pages/dynamic/dynamic.vue"
]]);
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/pages/dynamic/dynamic.vue"
]]);
wx
.
createPage
(
MiniProgramPage
);
wx
.
createPage
(
MiniProgramPage
);
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.wxml
View file @
c0e0c63a
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="765f387a-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" lower-threshold="100" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp2"></view><uni-load-more wx:if="{{e}}" u-i="765f387a-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="9fc97e20-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" lower-threshold="100" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp2"></view><uni-load-more wx:if="{{e}}" u-i="9fc97e20-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
\ No newline at end of file
\ No newline at end of file
unpackage/dist/dev/mp-weixin/pages/dynamic/dynamic.wxss
View file @
c0e0c63a
...
@@ -30,6 +30,12 @@
...
@@ -30,6 +30,12 @@
background-color: #99CCFF;
background-color: #99CCFF;
margin-bottom: 10rpx;
margin-bottom: 10rpx;
}
}
.view-tmp4 {
width: 100%;
height: 300rpx;
background-color: #CCCCCC;
margin-bottom: 10rpx;
}
.scroll-view {
.scroll-view {
height: 1000rpx;
height: 1000rpx;
}
}
unpackage/dist/dev/mp-weixin/pages/index/index.js
View file @
c0e0c63a
...
@@ -62,7 +62,7 @@ if (!Math) {
...
@@ -62,7 +62,7 @@ if (!Math) {
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
return
common_vendor
.
e
({
return
common_vendor
.
e
({
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
b
:
common_vendor
.
sr
(
"navBar"
,
"
3ef261a9
-0"
),
b
:
common_vendor
.
sr
(
"navBar"
,
"
af264554
-0"
),
c
:
common_vendor
.
p
({
c
:
common_vendor
.
p
({
[
"status-bar"
]:
"true"
,
[
"status-bar"
]:
"true"
,
border
:
false
,
border
:
false
,
...
@@ -89,5 +89,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -89,5 +89,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
j
:
$data
.
scrollViewHeight
+
"px"
j
:
$data
.
scrollViewHeight
+
"px"
});
});
}
}
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/pages/index/index.vue"
]]);
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/pages/index/index.vue"
]]);
wx
.
createPage
(
MiniProgramPage
);
wx
.
createPage
(
MiniProgramPage
);
unpackage/dist/dev/mp-weixin/pages/index/index.wxml
View file @
c0e0c63a
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="3ef261a9-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp1" bindtap="{{item.b}}"></view><uni-load-more wx:if="{{e}}" u-i="3ef261a9-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="af264554-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp1" bindtap="{{item.b}}"></view><uni-load-more wx:if="{{e}}" u-i="af264554-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
\ No newline at end of file
\ No newline at end of file
unpackage/dist/dev/mp-weixin/pages/index/index.wxss
View file @
c0e0c63a
...
@@ -30,6 +30,12 @@
...
@@ -30,6 +30,12 @@
background-color: #99CCFF;
background-color: #99CCFF;
margin-bottom: 10rpx;
margin-bottom: 10rpx;
}
}
.view-tmp4 {
width: 100%;
height: 300rpx;
background-color: #CCCCCC;
margin-bottom: 10rpx;
}
.scroll-view {
.scroll-view {
height: 1000rpx;
height: 1000rpx;
}
}
...
...
unpackage/dist/dev/mp-weixin/pages/login/login.js
View file @
c0e0c63a
...
@@ -47,7 +47,7 @@ if (!Math) {
...
@@ -47,7 +47,7 @@ if (!Math) {
}
}
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
return
common_vendor
.
e
({
return
common_vendor
.
e
({
a
:
common_vendor
.
sr
(
"navBar"
,
"
116aba97
-0"
),
a
:
common_vendor
.
sr
(
"navBar"
,
"
7ae53644
-0"
),
b
:
common_vendor
.
o
(
$options
.
onNavBarLeftClick
),
b
:
common_vendor
.
o
(
$options
.
onNavBarLeftClick
),
c
:
common_vendor
.
p
({
c
:
common_vendor
.
p
({
[
"status-bar"
]:
"true"
,
[
"status-bar"
]:
"true"
,
...
@@ -77,5 +77,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -77,5 +77,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
j
:
$data
.
scrollViewHeight
+
"px"
j
:
$data
.
scrollViewHeight
+
"px"
});
});
}
}
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/pages/login/login.vue"
]]);
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/pages/login/login.vue"
]]);
wx
.
createPage
(
MiniProgramPage
);
wx
.
createPage
(
MiniProgramPage
);
unpackage/dist/dev/mp-weixin/pages/login/login.wxml
View file @
c0e0c63a
<view class="content"><uni-nav-bar wx:if="{{c}}" u-r="navBar" class="uni-navi-bar r" bindclickLeft="{{b}}" u-i="116aba97-0" bind:__l="__l" u-p="{{c}}"></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp4"></view><uni-load-more wx:if="{{e}}" u-i="116aba97-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
<view class="content"><uni-nav-bar wx:if="{{c}}" u-r="navBar" class="uni-navi-bar r" bindclickLeft="{{b}}" u-i="7ae53644-0" bind:__l="__l" u-p="{{c}}"></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp4"></view><uni-load-more wx:if="{{e}}" u-i="7ae53644-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
\ No newline at end of file
\ No newline at end of file
unpackage/dist/dev/mp-weixin/pages/my/my.js
View file @
c0e0c63a
...
@@ -63,7 +63,7 @@ if (!Math) {
...
@@ -63,7 +63,7 @@ if (!Math) {
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
return
common_vendor
.
e
({
return
common_vendor
.
e
({
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
a
:
common_vendor
.
o
((...
args
)
=>
$options
.
onFashionLogoClick
&&
$options
.
onFashionLogoClick
(...
args
)),
b
:
common_vendor
.
sr
(
"navBar"
,
"
68a3f143
-0"
),
b
:
common_vendor
.
sr
(
"navBar"
,
"
a0481aa0
-0"
),
c
:
common_vendor
.
p
({
c
:
common_vendor
.
p
({
[
"status-bar"
]:
"true"
,
[
"status-bar"
]:
"true"
,
border
:
"false"
,
border
:
"false"
,
...
@@ -88,5 +88,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -88,5 +88,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
j
:
$data
.
scrollViewHeight
+
"px"
j
:
$data
.
scrollViewHeight
+
"px"
});
});
}
}
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/pages/my/my.vue"
]]);
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/pages/my/my.vue"
]]);
wx
.
createPage
(
MiniProgramPage
);
wx
.
createPage
(
MiniProgramPage
);
unpackage/dist/dev/mp-weixin/pages/my/my.wxml
View file @
c0e0c63a
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="68a3f143-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp3"></view><uni-load-more wx:if="{{e}}" u-i="68a3f143-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
<view class="content"><uni-nav-bar wx:if="{{c}}" u-s="{{['left']}}" u-r="navBar" class="uni-navi-bar r" u-i="a0481aa0-0" bind:__l="__l" u-p="{{c}}"><image class="image-fashion-logo" src="/static/icon_fashion.png" mode="widthFix" bindtap="{{a}}" slot="left"></image></uni-nav-bar><scroll-view class="scroll-view" scroll-y="true" enable-back-to-top="true" refresher-enabled="true" bindrefresherrefresh="{{g}}" bindscrolltolower="{{h}}" refresher-triggered="{{i}}" style="{{'height:' + j}}"><view wx:for="{{d}}" wx:for-item="item" wx:key="a" class="view-tmp3"></view><uni-load-more wx:if="{{e}}" u-i="a0481aa0-1" bind:__l="__l" u-p="{{f}}"/></scroll-view></view>
\ No newline at end of file
\ No newline at end of file
unpackage/dist/dev/mp-weixin/pages/my/my.wxss
View file @
c0e0c63a
...
@@ -30,6 +30,12 @@
...
@@ -30,6 +30,12 @@
background-color: #99CCFF;
background-color: #99CCFF;
margin-bottom: 10rpx;
margin-bottom: 10rpx;
}
}
.view-tmp4 {
width: 100%;
height: 300rpx;
background-color: #CCCCCC;
margin-bottom: 10rpx;
}
.scroll-view {
.scroll-view {
height: 1000rpx;
height: 1000rpx;
}
}
unpackage/dist/dev/mp-weixin/pages/seting/seting.js
View file @
c0e0c63a
...
@@ -11,5 +11,5 @@ const _sfc_main = {
...
@@ -11,5 +11,5 @@ const _sfc_main = {
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
function
_sfc_render
(
_ctx
,
_cache
,
$props
,
$setup
,
$data
,
$options
)
{
return
{};
return
{};
}
}
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/pages/seting/seting.vue"
]]);
const
MiniProgramPage
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/pages/seting/seting.vue"
]]);
wx
.
createPage
(
MiniProgramPage
);
wx
.
createPage
(
MiniProgramPage
);
unpackage/dist/dev/mp-weixin/pages/seting/seting.wxss
View file @
c0e0c63a
...
@@ -30,6 +30,12 @@
...
@@ -30,6 +30,12 @@
background-color: #99CCFF;
background-color: #99CCFF;
margin-bottom: 10rpx;
margin-bottom: 10rpx;
}
}
.view-tmp4 {
width: 100%;
height: 300rpx;
background-color: #CCCCCC;
margin-bottom: 10rpx;
}
.scroll-view {
.scroll-view {
height: 1000rpx;
height: 1000rpx;
}
}
...
...
unpackage/dist/dev/mp-weixin/project.config.json
View file @
c0e0c63a
...
@@ -19,9 +19,9 @@
...
@@ -19,9 +19,9 @@
"condition"
:
false
"condition"
:
false
},
},
"compileType"
:
"miniprogram"
,
"compileType"
:
"miniprogram"
,
"libVersion"
:
"2.3
0.4
"
,
"libVersion"
:
"2.3
1.0
"
,
"appid"
:
"wx4d5084992a8778c0"
,
"appid"
:
"wx4d5084992a8778c0"
,
"projectname"
:
"
mishang666
"
,
"projectname"
:
"
uni-app-base
"
,
"condition"
:
{},
"condition"
:
{},
"editorSetting"
:
{
"editorSetting"
:
{
"tabIndent"
:
"insertSpaces"
,
"tabIndent"
:
"insertSpaces"
,
...
...
unpackage/dist/dev/mp-weixin/project.private.config.json
View file @
c0e0c63a
{
{
"description"
:
"项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
,
"description"
:
"项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
,
"projectname"
:
"
mishang666
"
,
"projectname"
:
"
uni-app-base
"
,
"setting"
:
{
"setting"
:
{
"compileHotReLoad"
:
true
"compileHotReLoad"
:
true
}
}
...
...
unpackage/dist/dev/mp-weixin/uni_modules/uni-icons/components/uni-icons/uni-icons.js
View file @
c0e0c63a
...
@@ -59,5 +59,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -59,5 +59,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
f
:
common_vendor
.
o
((...
args
)
=>
$options
.
_onClick
&&
$options
.
_onClick
(...
args
))
f
:
common_vendor
.
o
((...
args
)
=>
$options
.
_onClick
&&
$options
.
_onClick
(...
args
))
};
};
}
}
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/uni_modules/uni-icons/components/uni-icons/uni-icons.vue"
]]);
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/uni_modules/uni-icons/components/uni-icons/uni-icons.vue"
]]);
wx
.
createComponent
(
Component
);
wx
.
createComponent
(
Component
);
unpackage/dist/dev/mp-weixin/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.js
View file @
c0e0c63a
...
@@ -107,5 +107,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -107,5 +107,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
q
:
common_vendor
.
o
((...
args
)
=>
$options
.
onClick
&&
$options
.
onClick
(...
args
))
q
:
common_vendor
.
o
((...
args
)
=>
$options
.
onClick
&&
$options
.
onClick
(...
args
))
});
});
}
}
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue"
]]);
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/uni_modules/uni-load-more/components/uni-load-more/uni-load-more.vue"
]]);
wx
.
createComponent
(
Component
);
wx
.
createComponent
(
Component
);
unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.js
View file @
c0e0c63a
...
@@ -190,5 +190,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -190,5 +190,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
H
:
$props
.
fixed
?
1
:
""
H
:
$props
.
fixed
?
1
:
""
});
});
}
}
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__scopeId"
,
"data-v-26544265"
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue"
]]);
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__scopeId"
,
"data-v-26544265"
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.vue"
]]);
wx
.
createComponent
(
Component
);
wx
.
createComponent
(
Component
);
unpackage/dist/dev/mp-weixin/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.js
View file @
c0e0c63a
...
@@ -13,5 +13,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
...
@@ -13,5 +13,5 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
a
:
$data
.
statusBarHeight
a
:
$data
.
statusBarHeight
};
};
}
}
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
mishang666
/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue"
]]);
const
Component
=
/* @__PURE__ */
common_vendor
.
_export_sfc
(
_sfc_main
,
[[
"render"
,
_sfc_render
],
[
"__file"
,
"D:/develop/fashion/smallapp/
uni-app-base
/uni_modules/uni-nav-bar/components/uni-nav-bar/uni-status-bar.vue"
]]);
wx
.
createComponent
(
Component
);
wx
.
createComponent
(
Component
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment