|
@@ -137,8 +137,8 @@
|
|
|
}
|
|
|
</style>
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
|
|
|
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.min.css">
|
|
|
- <script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/js/swiper.min.js"></script>
|
|
|
+ <link rel="stylesheet" href="http://static.chelingzhu.com/active/swiper.min.css">
|
|
|
+ <script src="http://static.chelingzhu.com/active/swiper.min.js"></script>
|
|
|
<!-- 生成二维码 -->
|
|
|
<script src="https://cdn.bootcdn.net/ajax/libs/qrcodejs/1.0.0/qrcode.min.js"></script>
|
|
|
<!-- html转canvas base64图片 -->
|
|
@@ -278,6 +278,9 @@
|
|
|
// 取消
|
|
|
document.getElementById('cancel-btn').onclick = function(){
|
|
|
history.go(-1)
|
|
|
+ if(window.plus){
|
|
|
+ uni.navigateBack()
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
}else{
|