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