Browse Source

修改样式

master
前端-胡立永 5 months ago
parent
commit
cff3445f91
2 changed files with 5 additions and 6 deletions
  1. +2
    -2
      api/api.js
  2. +3
    -4
      pages/login/login.vue

+ 2
- 2
api/api.js View File

@ -9,9 +9,9 @@ const config = {
getConfig : {url : '/api/getConfig', method : 'GET'}, getConfig : {url : '/api/getConfig', method : 'GET'},
// 登录接口 // 登录接口
loginLogin: { url: '/pay-api/login/login', method: 'GET', limit : 500},
loginLogin: { url: '/pay-api/login/login', method: 'GET', limit : 1000},
//获取商品信息 //获取商品信息
getPayShopOne : {url : '/pay-api/info/getPayShopOne', method : 'GET'},
getPayShopOne : {url : '/pay-api/info/getPayShopOne', method : 'GET', showLoading : true},
//创建支付订单 //创建支付订单
createPayOrder : {url : '/pay-api/info/createPayOrder', method : 'POST', limit : 2000, showLoading : true}, createPayOrder : {url : '/pay-api/info/createPayOrder', method : 'POST', limit : 2000, showLoading : true},
//获取个人信息 //获取个人信息


+ 3
- 4
pages/login/login.vue View File

@ -6,12 +6,12 @@
<view class="title"> <view class="title">
欢迎使用家乐美统计系统 欢迎使用家乐美统计系统
</view> </view>
<view class="btn mt">
<view class="btn mt"
@click="wxLogin">
<view class="icon"> <view class="icon">
<!-- <image src="/static/image/login/wx.png" mode=""></image> --> <!-- <image src="/static/image/login/wx.png" mode=""></image> -->
</view> </view>
<view class=""
@click="wxLogin">
<view class="">
微信授权登录 微信授权登录
</view> </view>
</view> </view>
@ -70,7 +70,6 @@
console.log(1); console.log(1);
this.$store.commit('login') this.$store.commit('login')
this.$store.commit('login')
}, },
// //


Loading…
Cancel
Save