zengyuehua 2 years ago
parent
commit
7a634dd819
4 changed files with 12 additions and 7 deletions
  1. 6
    1
      after-sale/arrears/arrears.vue
  2. 1
    1
      manifest.json
  3. 1
    1
      pages.json
  4. 4
    4
      utils/util/fileData.js

+ 6
- 1
after-sale/arrears/arrears.vue View File

} 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">

+ 1
- 1
manifest.json View File

"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx008c60533388527a",
"appid" : "wx214b4f8de36a0181",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"checkSiteMap" : false, "checkSiteMap" : false,

+ 1
- 1
pages.json View File

"path": "arrears/arrears", "path": "arrears/arrears",
"style": { "style": {
"navigationBarTitleText": "欠费补缴", "navigationBarTitleText": "欠费补缴",
"enablePullDownRefresh": false
"enablePullDownRefresh": true
} }
}, },
{ {

+ 4
- 4
utils/util/fileData.js View File

import {
TextEncoder,
TextDecoder
} from "text-decoding";
// import {
// TextEncoder,
// TextDecoder
// } from "text-decoding";




export function IntegerToHexString(num, nLen) { export function IntegerToHexString(num, nLen) {

Loading…
Cancel
Save