|
|
@@ -98,7 +98,7 @@
|
|
|
<!-- 买花记录提示 -->
|
|
|
<view class="inline-bought-tooltip-box" v-if="showBoughtTooltip && index === 0" @click.stop="closeBoughtTooltip">
|
|
|
<view class="bought-tooltip-content">
|
|
|
- 买花记录 请在这里查看,不是在底部菜单“订单”里查看
|
|
|
+ 买花记录 请在这里查看
|
|
|
<text class="close-tooltip-icon">×</text>
|
|
|
</view>
|
|
|
<view class="bought-tooltip-arrow"></view>
|
|
|
@@ -213,9 +213,6 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
-
|
|
|
- <custom-tab-bar :current="0" />
|
|
|
-
|
|
|
</view>
|
|
|
</template>
|
|
|
<script>
|
|
|
@@ -1518,7 +1515,7 @@
|
|
|
text-align: center;
|
|
|
line-height: 1.4;
|
|
|
}
|
|
|
- .inline-bought-tooltip-box {
|
|
|
+ .inline-bought-tooltip-box {
|
|
|
position: absolute;
|
|
|
top: 70upx;
|
|
|
left: 50%;
|