Browse Source

上传

master
前端-胡立永 4 months ago
parent
commit
17bfd12f66
3 changed files with 5 additions and 4 deletions
  1. +1
    -0
      api/model/info.js
  2. +3
    -3
      pages_order/auth/wxUserInfo.vue
  3. +1
    -1
      store/store.js

+ 1
- 0
api/model/info.js View File

@ -97,6 +97,7 @@ const api = {
getRiceInfo: { getRiceInfo: {
url: '/rice_info/getRiceInfo', url: '/rice_info/getRiceInfo',
method: 'GET', method: 'GET',
limit : 500,
}, },
// 获取购物车信息列表带分页 // 获取购物车信息列表带分页
getCartPageList: { getCartPageList: {


+ 3
- 3
pages_order/auth/wxUserInfo.vue View File

@ -1,10 +1,10 @@
<template> <template>
<view class="login"> <view class="login">
<view class="logo">
<!-- <view class="logo">
<image :src="configList.logo_image" mode=""></image> <image :src="configList.logo_image" mode=""></image>
</view>
</view> -->
<view class="title"> <view class="title">
{{ configList.logo_name }}
特易招
</view> </view>
<view class="title"> <view class="title">
申请获取你的头像昵称 申请获取你的头像昵称


+ 1
- 1
store/store.js View File

@ -91,7 +91,7 @@ const store = new Vuex.Store({
|| !state.userInfo.phone || !state.userInfo.phone
){ ){
uni.showModal({ uni.showModal({
title: '小程序申请获取你的手机号!',
title: '申请获取您的信息!',
cancelText: '稍后补全', cancelText: '稍后补全',
confirmText: '现在补全', confirmText: '现在补全',
success(e) { success(e) {


Loading…
Cancel
Save