Commit 7a7b8acd authored by youjie's avatar youjie

no message

parent d982de17
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
display: flex; display: flex;
"> ">
<text style="width: 1px;flex: 1;">{{ title }}</text> <text style="width: 1px;flex: 1;">{{ title }}</text>
<u-icon class="close" name="close" color="#000" size="50" @click="submit"/> <icon @click="submit" class="hotelClear" type="clear" size="20"/>
</view> </view>
<view class="week"> <view class="week">
<view></view> <view></view>
...@@ -238,7 +238,7 @@ export default { ...@@ -238,7 +238,7 @@ export default {
that.scrollHeight = rects[0].height that.scrollHeight = rects[0].height
that.calcDefautlOffset() that.calcDefautlOffset()
}).exec(); }).exec();
},300) },400)
// #ifdef MP-ALIPAY // #ifdef MP-ALIPAY
uni.setNavigationBarTitle({ uni.setNavigationBarTitle({
title: "", title: "",
...@@ -731,7 +731,7 @@ export default { ...@@ -731,7 +731,7 @@ export default {
</script> </script>
<style scoped> <style scoped>
.close{ .hotelClear{
margin-right: 30rpx; margin-right: 30rpx;
} }
/**确认按钮**/ /**确认按钮**/
......
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