|
|
@@ -3,7 +3,7 @@
|
|
|
<uni-popup ref="popup" @change="setTabBar" type="bottom" :mask-background-color="maskBackgroundColor">
|
|
|
<view class="popup-box" v-show="showTop">
|
|
|
<view class="popup-title" @click="close">
|
|
|
- <image class="popup-close" src="@/static/img/pay/gb-p.png"></image>
|
|
|
+ <image class="popup-close" src="/static/img/common/close.png"></image>
|
|
|
</view>
|
|
|
<slot name="popupInfo"></slot>
|
|
|
</view>
|