فهرست منبع

更新路由文件,处理优惠券错误

evoxwht 2 سال پیش
والد
کامیت
c25d8441a2
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      crmeb/app/adminapi/route/setting.php
  2. 1 1
      template/admin/src/pages/marketing/storeCouponIssue/create.vue

+ 1 - 1
crmeb/app/adminapi/route/setting.php

@@ -127,7 +127,7 @@ Route::group('setting', function () {
     /** 组合数据 */
     Route::group(function () {
         //组合数据资源路由
-        Route::resource('group', 'v1.setting.SystemGroup')->except(['read'])->option([
+        Route::resource('group', 'v1.setting.SystemGroup')->option([
             'real_name' => [
                 'index' => '获取组合数据列表',
                 'create' => '获取组合数据表单',

+ 1 - 1
template/admin/src/pages/marketing/storeCouponIssue/create.vue

@@ -29,7 +29,7 @@
             <Radio :label="4">付费会员专享</Radio>
           </RadioGroup>
           <div class="tip">
-            用户领取:用户需要手动领取优惠券;新用户自动发放:新注册的用户自动发放;系统赠送:后台发放定用户或者添加到商品里面用户购买该商品获得;付费会员专享:仅付费会员可以领取和使用
+            用户领取:用户需要手动领取优惠券;新用户自动发放:新注册的用户自动发放;系统赠送:后台发放定用户或者添加到商品里面用户购买该商品获得;付费会员专享:仅付费会员可以领取和使用
           </div>
         </FormItem>
         <FormItem label="优惠劵类型">