|
|
@@ -27,9 +27,15 @@
|
|
|
|
|
|
</template>
|
|
|
|
|
|
- <uni-popup ref="refrshRef" type="dialog">
|
|
|
- <uni-popup-dialog type="info" cancelText="取消" @close="cancelRefresh" confirmText="确认" title="提示" content="花材价格已修改,请刷新" @confirm="confirmRefresh"></uni-popup-dialog>
|
|
|
- </uni-popup>
|
|
|
+ <uni-popup ref="refrshRef" type="dialog">
|
|
|
+ <view style="width:60vw;height:70vh;background-color: white;padding:70upx 20upx 0 20upx;">
|
|
|
+ <view style="margin-bottom:40upx;text-align: center;font-size:24upx;">花材价格已修改,请刷新页面</view>
|
|
|
+ <view style="text-align:center;">
|
|
|
+ <button class="admin-button-com mini-btn default" @click="cancelRefresh">取消</button>
|
|
|
+ <button class="admin-button-com mini-btn default" @click="confirmRefresh" style="margin-left:30upx;">确认</button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </uni-popup>
|
|
|
|
|
|
<uni-popup ref="myCustomRef" background-color="#fff" type="center" :animation="false">
|
|
|
<customerList @fastCreate="fastCreate" :myCustomList.sync="myCustomList" @confirmCustom="confirmCustom" @cancelChoose="cancelChoose">
|