刘翔宇-旅管家 4 years ago
parent 6880fb0575
commit 792af40983

@ -7,7 +7,8 @@
"path": "pages/index/index", "path": "pages/index/index",
"style": { "style": {
"navigationBarTitleText": "中共苏州独立支部旧址", "navigationBarTitleText": "中共苏州独立支部旧址",
"navigationStyle":"custom" "navigationStyle":"custom",
"enablePullDownRefresh": false
} }
}, { }, {

@ -9,7 +9,7 @@
<view class="box-body"> <view class="box-body">
<view class="box-body-title"> <view class="box-body-title">
<image src="../../static/img/index_name.png" class="box-body-title-img"></image> <image src="../../static/img/index_name.png" class="box-body-title-img"></image>
<view class="box-body-sub-title">周一闭馆</view> <view class="box-body-sub-title">开馆时间周二周日 9:00-17:00 周一闭馆</view>
</view> </view>
<view style="margin-top: 56rpx;"> <view style="margin-top: 56rpx;">
<view class="box-row"> <view class="box-row">
@ -20,12 +20,15 @@
<image src="../../static/img/index_icon_2.png" class="box-body-icon"></image> <image src="../../static/img/index_icon_2.png" class="box-body-icon"></image>
</view> </view>
<view class="box-col"> <view class="box-col">
<image src="../../static/img/index_icon_2-11.png" class="box-body-icon"></image> <image src="../../static/img/index_icon_3.png" class="box-body-icon"></image>
</view> </view>
</u-row> </u-row>
</view> </view>
</view> </view>
</view> </view>
<view class="box-footer" style="position: fixed;bottom: -10rpx;left: 0;text-align: center;width: 100%;">
<image src="../../static/img/footer_logo.png" class="footer-img"></image>
</view>
</view> </view>
</template> </template>
@ -69,6 +72,7 @@
.index_bg { .index_bg {
width: 100%; width: 100%;
height: 613rpx;
} }
.box-notice { .box-notice {
@ -96,15 +100,19 @@
} }
.box-body-sub-title { .box-body-sub-title {
font-size: 20rpx; font-size: 24rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 400; font-weight: 400;
color: #8A8A8A; color: #8A8A8A;
line-height: 40rpx; margin-top: 20rpx;
} }
.box-body-icon { .box-body-icon {
width: 217rpx; width: 217rpx;
height: 210rpx; height: 230rpx;
}
.footer-img{
width: 421rpx;
height: 364rpx;
} }
</style> </style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

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

@ -324,7 +324,7 @@ var promiseInterceptor = {
var SYNC_API_RE = var SYNC_API_RE =
/^\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale/; /^\$|Window$|WindowStyle$|sendHostEvent|sendNativeEvent|restoreGlobal|requireGlobal|getCurrentSubNVue|getMenuButtonBoundingClientRect|^report|interceptors|Interceptor$|getSubNVueById|requireNativePlugin|upx2px|hideKeyboard|canIUse|^create|Sync$|Manager$|base64ToArrayBuffer|arrayBufferToBase64|getLocale|setLocale/;
var CONTEXT_API_RE = /^create|Manager$/; var CONTEXT_API_RE = /^create|Manager$/;
@ -589,6 +589,14 @@ var getSystemInfo = {
} }; } };
var showActionSheet = {
args: function args(fromArgs) {
if (typeof fromArgs === 'object') {
fromArgs.alertText = fromArgs.title;
}
} };
// import navigateTo from 'uni-helpers/navigate-to' // import navigateTo from 'uni-helpers/navigate-to'
var protocols = { var protocols = {
@ -596,7 +604,8 @@ var protocols = {
// navigateTo, // 由于在微信开发者工具的页面参数会显示__id__参数因此暂时关闭mp-weixin对于navigateTo的AOP // navigateTo, // 由于在微信开发者工具的页面参数会显示__id__参数因此暂时关闭mp-weixin对于navigateTo的AOP
previewImage: previewImage, previewImage: previewImage,
getSystemInfo: getSystemInfo, getSystemInfo: getSystemInfo,
getSystemInfoSync: getSystemInfo }; getSystemInfoSync: getSystemInfo,
showActionSheet: showActionSheet };
var todos = [ var todos = [
'vibrate', 'vibrate',
@ -2131,7 +2140,7 @@ module.exports = g;
__webpack_require__.r(__webpack_exports__); __webpack_require__.r(__webpack_exports__);
/* WEBPACK VAR INJECTION */(function(global) {/*! /* WEBPACK VAR INJECTION */(function(global) {/*!
* Vue.js v2.6.11 * Vue.js v2.6.11
* (c) 2014-2021 Evan You * (c) 2014-2022 Evan You
* Released under the MIT License. * Released under the MIT License.
*/ */
/* */ /* */
@ -6740,7 +6749,7 @@ function initProps (vm, propsOptions) {
defineReactive$$1(props, key, value, function () { defineReactive$$1(props, key, value, function () {
if (!isRoot && !isUpdatingChildComponent) { if (!isRoot && !isUpdatingChildComponent) {
{ {
if(vm.mpHost === 'mp-baidu' || vm.mpHost === 'mp-kuaishou'){//百度、快手 observer 在 setData callback 之后触发,直接忽略该 warn if(vm.mpHost === 'mp-baidu' || vm.mpHost === 'mp-kuaishou' || vm.mpHost === 'mp-xhs'){//百度、快手、小红书 observer 在 setData callback 之后触发,直接忽略该 warn
return return
} }
//fixed by xxxxxx __next_tick_pending,uni://form-field 时不告警 //fixed by xxxxxx __next_tick_pending,uni://form-field 时不告警
@ -7587,7 +7596,6 @@ function _diff(current, pre, path, result) {
var currentType = type(currentValue); var currentType = type(currentValue);
var preType = type(preValue); var preType = type(preValue);
if (currentType != ARRAYTYPE && currentType != OBJECTTYPE) { if (currentType != ARRAYTYPE && currentType != OBJECTTYPE) {
// NOTE 此处将 != 修改为 !==。涉及地方太多恐怕测试不到,如果出现数据对比问题,将其修改回来。
if (currentValue !== pre[key]) { if (currentValue !== pre[key]) {
setResult(result, (path == '' ? '' : path + ".") + key, currentValue); setResult(result, (path == '' ? '' : path + ".") + key, currentValue);
} }
@ -7947,10 +7955,9 @@ function internalMixin(Vue) {
Vue.prototype.$emit = function(event) { Vue.prototype.$emit = function(event) {
if (this.$scope && event) { if (this.$scope && event) {
(this.$scope['_triggerEvent'] || this.$scope['triggerEvent']) (this.$scope['_triggerEvent'] || this.$scope['triggerEvent']).call(this.$scope, event, {
.call(this.$scope, event, {
__args__: toArray(arguments, 1) __args__: toArray(arguments, 1)
}) });
} }
return oldEmit.apply(this, arguments) return oldEmit.apply(this, arguments)
}; };
@ -8015,7 +8022,7 @@ function internalMixin(Vue) {
target = this; target = this;
} }
// 解决动态属性添加 // 解决动态属性添加
Vue.set(target, key, value) Vue.set(target, key, value);
}; };
Vue.prototype.__set_sync = function(target, key, value) { Vue.prototype.__set_sync = function(target, key, value) {
@ -8023,7 +8030,7 @@ function internalMixin(Vue) {
target = this; target = this;
} }
// 解决动态属性添加 // 解决动态属性添加
Vue.set(target, key, value) Vue.set(target, key, value);
}; };
Vue.prototype.__get_orig = function(item) { Vue.prototype.__get_orig = function(item) {

@ -184,6 +184,9 @@ Object.defineProperty(exports, "__esModule", { value: true });exports.default =
// //
// //
// //
//
//
//
var _default = var _default =
{ {
data: function data() { data: function data() {

@ -1,6 +1,7 @@
{ {
"navigationBarTitleText": "中共苏州独立支部旧址", "navigationBarTitleText": "中共苏州独立支部旧址",
"navigationStyle": "custom", "navigationStyle": "custom",
"enablePullDownRefresh": false,
"usingComponents": { "usingComponents": {
"u-notice-bar": "/node-modules/uview-ui/components/u-notice-bar/u-notice-bar" "u-notice-bar": "/node-modules/uview-ui/components/u-notice-bar/u-notice-bar"
} }

@ -1 +1 @@
<view class="content"><view class="box-top"><image class="index_bg" src="../../static/img/index_bg.jpg"></image></view><view class="box-notice"><u-notice-bar vue-id="8dd740cc-1" mode="vertical" list="{{list}}" more-icon="{{true}}" color="#9E8F8B" bind:__l="__l"></u-notice-bar></view><view class="box-body"><view class="box-body-title"><image class="box-body-title-img" src="../../static/img/index_name.png"></image><view class="box-body-sub-title">周一闭馆</view></view><view style="margin-top:56rpx;"><view class="box-row"><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_1.png"></image></view><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_2.png"></image></view><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_2-11.png"></image></view></view></view></view></view> <view class="content"><view class="box-top"><image class="index_bg" src="../../static/img/index_bg.jpg"></image></view><view class="box-notice"><u-notice-bar vue-id="8dd740cc-1" mode="vertical" list="{{list}}" more-icon="{{true}}" color="#9E8F8B" bind:__l="__l"></u-notice-bar></view><view class="box-body"><view class="box-body-title"><image class="box-body-title-img" src="../../static/img/index_name.png"></image><view class="box-body-sub-title">开馆时间:周二~周日 9:00-17:00 周一闭馆</view></view><view style="margin-top:56rpx;"><view class="box-row"><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_1.png"></image></view><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_2.png"></image></view><view class="box-col"><image class="box-body-icon" src="../../static/img/index_icon_3.png"></image></view></view></view></view><view class="box-footer" style="position:fixed;bottom:-10rpx;left:0;text-align:center;width:100%;"><image class="footer-img" src="../../static/img/footer_logo.png"></image></view></view>

@ -14,6 +14,7 @@
} }
.index_bg { .index_bg {
width: 100%; width: 100%;
height: 613rpx;
} }
.box-notice { .box-notice {
width: 100%; width: 100%;
@ -36,14 +37,18 @@
width: 329rpx; width: 329rpx;
} }
.box-body-sub-title { .box-body-sub-title {
font-size: 20rpx; font-size: 24rpx;
font-family: PingFang SC; font-family: PingFang SC;
font-weight: 400; font-weight: 400;
color: #8A8A8A; color: #8A8A8A;
line-height: 40rpx; margin-top: 20rpx;
} }
.box-body-icon { .box-body-icon {
width: 217rpx; width: 217rpx;
height: 210rpx; height: 230rpx;
}
.footer-img{
width: 421rpx;
height: 364rpx;
} }

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 237 KiB

After

Width:  |  Height:  |  Size: 243 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB

Loading…
Cancel
Save