|
|
@@ -49,7 +49,7 @@ export default {
|
|
|
// #ifdef APP-PLUS
|
|
|
let that = this
|
|
|
let type = uni.getSystemInfoSync().platform
|
|
|
- that.$msg("请在小程序上续期")
|
|
|
+ that.$msg("请使用微信小程序操作续期")
|
|
|
if(type == 'android'){
|
|
|
if(plus.runtime.isApplicationExist({pname:'com.tencent.mm',action:'weixin://'})){
|
|
|
plus.share.getServices(function(s){
|