Commit c0e0c63a authored by tangfh's avatar tangfh

update manifest.json

parent 91278412
{ {
"name" : "mishang666", "name" : "uni-app-base",
"appid" : "__UNI__77C5830", "appid" : "__UNI__77C5830",
"description" : "", "description" : "",
"versionName" : "1.0.0", "versionName" : "1.0.0",
......
...@@ -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 {
......
...@@ -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)
......
...@@ -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);
<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
...@@ -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;
} }
...@@ -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);
<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
...@@ -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;
} }
......
...@@ -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);
<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
...@@ -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);
<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
...@@ -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;
} }
...@@ -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);
...@@ -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;
} }
......
...@@ -19,9 +19,9 @@ ...@@ -19,9 +19,9 @@
"condition": false "condition": false
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "2.30.4", "libVersion": "2.31.0",
"appid": "wx4d5084992a8778c0", "appid": "wx4d5084992a8778c0",
"projectname": "mishang666", "projectname": "uni-app-base",
"condition": {}, "condition": {},
"editorSetting": { "editorSetting": {
"tabIndent": "insertSpaces", "tabIndent": "insertSpaces",
......
{ {
"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
} }
......
...@@ -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);
...@@ -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);
...@@ -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);
...@@ -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);
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