zhengshuiqi 3 years ago
parent
commit
324543f451
  1. 38
      package-lock.json
  2. 8
      pages/account/message.vue

38
package-lock.json

@ -1,42 +1,6 @@
{
"name": "PLUS",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"base-64": "^1.0.0",
"crypto-js": "^4.1.1",
"vuex": "^4.0.2"
}
},
"node_modules/@vue/devtools-api": {
"version": "6.2.1",
"resolved": "https://registry.npmjs.org/@vue/devtools-api/-/devtools-api-6.2.1.tgz",
"integrity": "sha512-OEgAMeQXvCoJ+1x8WyQuVZzFo0wcyCmUR3baRVLmKBo1LmYZWMlRiXlux5jd0fqVJu6PfDbOrZItVqUEzLobeQ=="
},
"node_modules/base-64": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz",
"integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg=="
},
"node_modules/crypto-js": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/crypto-js/-/crypto-js-4.1.1.tgz",
"integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
},
"node_modules/vuex": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.0.2.tgz",
"integrity": "sha512-M6r8uxELjZIK8kTKDGgZTYX/ahzblnzC4isU1tpmEuOIIKmV+TRdc+H4s8ds2NuZ7wpUTdGRzJRtoj+lI+pc0Q==",
"dependencies": {
"@vue/devtools-api": "^6.0.0-beta.11"
},
"peerDependencies": {
"vue": "^3.0.2"
}
}
},
"lockfileVersion": 1,
"dependencies": {
"@vue/devtools-api": {
"version": "6.2.1",

8
pages/account/message.vue

@ -1,5 +1,5 @@
<template>
<view class="body">
<view class="body" style="background: #f7f4f8;">
<view class="font">
<uni-icons
@ -248,6 +248,9 @@
<style lang="scss" scoped>
page {
background-color: #f7f4f8 !important;;
}
.font {
display: flex;
position: fixed;
@ -276,10 +279,9 @@
}
}
.body {
padding: 0 32rpx;
background: #f7f4f8 !important;
&-btn {
// margin-top: 42px;

Loading…
Cancel
Save