@@ -165,7 +165,8 @@ | |||
} from "@/utils/network/encryption"; | |||
import { | |||
onLoad, | |||
onShow | |||
onShow, | |||
onPullDownRefresh | |||
} from "@dcloudio/uni-app"; | |||
import { | |||
ref, | |||
@@ -343,6 +344,10 @@ | |||
getOpenID() | |||
console.log(state); | |||
}) | |||
onPullDownRefresh(()=>{ | |||
getlist() | |||
}) | |||
</script> | |||
<style lang="scss"> |
@@ -52,7 +52,7 @@ | |||
"quickapp" : {}, | |||
/* 小程序特有相关 */ | |||
"mp-weixin" : { | |||
"appid" : "wx008c60533388527a", | |||
"appid" : "wx214b4f8de36a0181", | |||
"setting" : { | |||
"urlCheck" : false, | |||
"checkSiteMap" : false, |
@@ -69,7 +69,7 @@ | |||
"path": "arrears/arrears", | |||
"style": { | |||
"navigationBarTitleText": "欠费补缴", | |||
"enablePullDownRefresh": false | |||
"enablePullDownRefresh": true | |||
} | |||
}, | |||
{ |
@@ -1,7 +1,7 @@ | |||
import { | |||
TextEncoder, | |||
TextDecoder | |||
} from "text-decoding"; | |||
// import { | |||
// TextEncoder, | |||
// TextDecoder | |||
// } from "text-decoding"; | |||
export function IntegerToHexString(num, nLen) { |