jufubao-base 1.0.55 → 1.0.56-beta2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -259,10 +259,9 @@
|
|
|
259
259
|
},
|
|
260
260
|
|
|
261
261
|
handleCityChange() {
|
|
262
|
-
console.log('handleCityChange');
|
|
263
262
|
this.$xdUniHelper.navigateTo({
|
|
264
263
|
url: this.choseCityPath
|
|
265
|
-
})
|
|
264
|
+
},true)
|
|
266
265
|
},
|
|
267
266
|
|
|
268
267
|
onJfbBack(options) {
|
|
@@ -284,11 +283,12 @@
|
|
|
284
283
|
|
|
285
284
|
.jfb-base-header {
|
|
286
285
|
&__body{
|
|
286
|
+
height: unit(110, rpx);
|
|
287
287
|
.header_wrap{
|
|
288
288
|
box-sizing: border-box;
|
|
289
289
|
width: 100%;
|
|
290
290
|
z-index: 2;
|
|
291
|
-
height: unit(
|
|
291
|
+
height: unit(110, rpx);
|
|
292
292
|
padding: 0 unit(20, rpx) 0 0;
|
|
293
293
|
display: flex;
|
|
294
294
|
justify-content: space-between;
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
|
|
297
297
|
&-back {
|
|
298
298
|
padding-left: unit(20, rpx);
|
|
299
|
-
height: unit(
|
|
299
|
+
height: unit(110, rpx);
|
|
300
300
|
display: flex;
|
|
301
301
|
justify-content: center;
|
|
302
302
|
align-items: center;
|
|
@@ -304,7 +304,7 @@
|
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
&-city {
|
|
307
|
-
height: unit(
|
|
307
|
+
height: unit(110, rpx);
|
|
308
308
|
padding-left: unit(20, rpx);
|
|
309
309
|
display: flex;
|
|
310
310
|
justify-content: center;
|