Commit 7a7b8acd authored by youjie's avatar youjie

no message

parent d982de17
......@@ -16,7 +16,7 @@
display: flex;
">
<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 class="week">
<view></view>
......@@ -238,7 +238,7 @@ export default {
that.scrollHeight = rects[0].height
that.calcDefautlOffset()
}).exec();
},300)
},400)
// #ifdef MP-ALIPAY
uni.setNavigationBarTitle({
title: "",
......@@ -731,7 +731,7 @@ export default {
</script>
<style scoped>
.close{
.hotelClear{
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