【公测中】新框架thinkphp6.08开发的标签裂变系统

[复制链接]
查看: 1080   回复: 17

1736

主题

4031

回帖

25282万

积分

管理员

时间可以证明一切,包括真爱!

Rank: 28Rank: 28Rank: 28Rank: 28Rank: 28Rank: 28Rank: 28

积分
252820468

最佳新人活跃会员热心会员推广达人宣传达人灌水之王优秀版主荣誉管理论坛元老

杨他他 发表于 2021-5-21 16:26 | 显示全部楼层 |阅读模式
爆款云服务器 30元/月
最新完整包:

完整包包含下列所有更新包。
详情见安装包内说明文档,注意PHP版本必须7.1以上,是否支持8.0以上暂时不详。

以下为更新包:
鼠标放在文件上显示会上传日期







本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x

0

主题

7

回帖

3万

积分

卷皮VIP

Rank: 10Rank: 10Rank: 10

积分
39468
cmdd 发表于 2021-8-20 14:20 | 显示全部楼层
ylhx61 发表于 2021-8-19 21:39
老大,安装完后登录后台报错

#0 [0]HttpException in Controller.php line 107

修改app/home/controller/DetailController.php文件
  1. <?php
  2. namespace app\home\controller;
  3. use app\BaseController;
  4. use think\facade\View;
  5. use think\facade\Db;
  6. use think\facade\cache;
  7. use YttGet\YttGetItem;
  8. use YttGet\YttGetH5api;
  9. class DetailController extends BaseController {
  10.         public function _initialize() {
  11.         parent::_initialize();                                        
  12.     }
  13.         public function index(){             
  14.         $iid = request()->param('iid','','trim');                       
  15.                 $ytt_geth = new YttGetItem();
  16.                 $item = array();         
  17.                 if(C('ytt_site_cache')){
  18.                 if (NULL === $item = cache('item'.$iid)) {
  19.         $item = $ytt_geth->gets_info($iid);
  20.                 cache('item'.$iid,$item);
  21.         }
  22.                 }else{
  23.                 $item = $ytt_geth->gets_info($iid);       
  24.                 }
  25.                 if(empty($item['num_iid'])){               
  26.                 $this->_404('https://item.taobao.com/item.htm?id='.$iid);
  27.                 exit;
  28.                 }                       
  29.                 if(!empty($item['coupon_price'])){
  30.                 $item['coupon_price'] = format_price($item['coupon_price']);
  31.                 }
  32.                 if(!empty($item['price'])){
  33.                 $item['price'] = format_price($item['price']);
  34.                 }
  35.                 $imglist = array();
  36.                 $pic_list = array();
  37.                 if(!empty($item['imglist'])){               
  38.                 $imglist = explode(',',$item['imglist']);
  39.                 foreach($imglist  as $key => $vol){
  40.                         $pic_list[$key]['pic'] = $vol;                               
  41.                 }       
  42.                 }
  43.                 $orlike = array();
  44.                 if(C('ytt_site_cache')){
  45.                 if (NULL === $orlike = cache('orlike'.$iid)) {
  46.         $orlike = $ytt_geth->gets_same($iid);
  47.                 cache('orlike'.$iid,$orlike);
  48.         }
  49.                 }else{
  50.                 $orlike = $ytt_geth->gets_same($iid);       
  51.                 }
  52.                
  53.                
  54.                 $newlist=array();
  55.                 if(!empty($orlike)){
  56.                 $or_list = array_rand($orlike,5);                       
  57.                 foreach($or_list as $val){
  58.         $newlist[]=$orlike[$val];
  59.                 }
  60.                 $newlist = array_values($newlist);
  61.                 foreach($orlike as $key=>$val){
  62.                         $orlike[$key] = $val;       
  63.                         $orlike[$key]['pic'] = attach(get_thumb($val['pic_url'], '_b'),'item');
  64.                         $orlike[$key]['price']                = format_price($val['price']);                        
  65.                         $orlike[$key]['num_iid']                = $val['num_iid'];
  66.                         $orlike[$key]['coupon_price']                = format_price($val['coupon_price']);
  67.                         $orlike[$key]['quan']                = format_price($val['quan']);
  68.                 }
  69.                 }
  70.                 if(!empty($item['volume'])){
  71.                 $volumec = ',已售'.$item['volume'].'件,数量有限,抢完为止。';       
  72.                 }else{
  73.                 $volumec = ',数量有限,抢完为止。';       
  74.                 }
  75.                 if(!empty($item['quan'])){
  76.                 $desc = '原价'.$item['price'].'元,现有优惠券'.$item['quan'].'元,领券后只要'.$item['coupon_price'].'元'.$volumec;       
  77.                 }else{                       
  78.                 $desc = '现售价'.$item['coupon_price'].'元'.$volumec;       
  79.                 if($item['price']>$item['coupon_price']){
  80.                 $desc = '原价'.$item['price'].'元,现售价'.$item['coupon_price'].'元'.$volumec;       
  81.                 }
  82.                 }
  83.                 $descs = $desc;
  84.                 $item['start_time'] = date('Y.m.d',$item['coupon_start_time']);
  85.                 $item['end_time'] = date('Y.m.d',$item['coupon_end_time']);
  86.                 $item['intro'] = $item['intro'].$desc;               
  87.                 $this->_config_seo(C('ytt_seo_config.item'), array(
  88.             'title' => $item['title'],
  89.                         'intro' => $item['intro'],
  90.                         'shopname' => $item['shop_title'],                       
  91.                         'catname' => $item['one_cname'],
  92.                         'desc' => $descs,
  93.                         'tags' => $item['tags'],            
  94.         ));       
  95.                 View::assign('pic_list', $pic_list);               
  96.                 View::assign('orlike', $orlike);
  97.                 View::assign('newlist', $newlist);
  98.                 View::assign('item', $item);       
  99.                 View::assign('iid', $iid);               
  100.                 return view();
  101.         }
  102.        
  103.        
  104. }
复制代码




0

主题

13

回帖

56万

积分

卷皮VIP

Rank: 10Rank: 10Rank: 10

积分
566108
ylhx61 发表于 2021-8-19 21:39 | 显示全部楼层
老大,安装完后登录后台报错

#0 [0]HttpException in [url=]Controller.php line 107[/url]
方法不存在:app\home\controller\IndexController->panel()


  •                         $this->request->setAction($actionName);
  •                     } catch (ReflectionException $e) {
  •                         $reflect = new ReflectionMethod($instance, '__call');
  •                         $vars    = [$action, $vars];
  •                         $this->request->setAction($action);
  •                     }
  •                 } else {
  •                     // 操作不存在
  •                     throw new HttpException(404, 'method not exists:' . get_class($instance) . '->' . $action . '()');
  •                 }
  •                 $data = $this->app->invokeReflectMethod($instance, $reflect, $vars);
  •                 return $this->autoResponse($data);
  •             });
  •     }
  •     /**

Call Stack (折叠)
  • in [url=]Controller.php line 107[/url]
  • at Controller->think\route\dispatch\{closure}() in [url=]Pipeline.php line 59[/url]
  • at Pipeline->think\{closure}() in [url=]Pipeline.php line 66[/url]
  • at Pipeline->then() in [url=]Controller.php line 113[/url]
  • at Controller->exec() in [url=]Dispatch.php line 89[/url]
  • at Dispatch->run() in [url=]Route.php line 772[/url]
  • at Route->think\{closure}() in [url=]Pipeline.php line 59[/url]
  • at Pipeline->think\{closure}() in [url=]Pipeline.php line 66[/url]
  • at Pipeline->then() in [url=]Route.php line 773[/url]
  • at Route->dispatch() in [url=]Http.php line 216[/url]
  • at Http->dispatchToRoute() in [url=]Http.php line 206[/url]
  • at Http->think\{closure}() in [url=]Pipeline.php line 59[/url]
  • at Pipeline->think\{closure}() in [url=]MultiApp.php line 71[/url]
  • at MultiApp->think\app\{closure}() in [url=]Pipeline.php line 59[/url]
  • at Pipeline->think\{closure}() in [url=]Pipeline.php line 66[/url]
  • at Pipeline->then() in [url=]MultiApp.php line 72[/url]
  • at MultiApp->handle()
  • at call_user_func() in [url=]Middleware.php line 142[/url]
  • at Middleware->think\{closure}() in [url=]Pipeline.php line 85[/url]
  • at Pipeline->think\{closure}() in [url=]SessionInit.php line 67[/url]
  • at SessionInit->handle()
  • at call_user_func() in [url=]Middleware.php line 142[/url]
  • at Middleware->think\{closure}() in [url=]Pipeline.php line 85[/url]
  • at Pipeline->think\{closure}() in [url=]LoadLangPack.php line 59[/url]
  • at LoadLangPack->handle()
  • at call_user_func() in [url=]Middleware.php line 142[/url]
  • at Middleware->think\{closure}() in [url=]Pipeline.php line 85[/url]
  • at Pipeline->think\{closure}() in [url=]TraceDebug.php line 71[/url]
  • at TraceDebug->handle()
  • at call_user_func() in [url=]Middleware.php line 142[/url]
  • at Middleware->think\{closure}() in [url=]Pipeline.php line 85[/url]
  • at Pipeline->think\{closure}() in [url=]Pipeline.php line 66[/url]
  • at Pipeline->then() in [url=]Http.php line 207[/url]
  • at Http->runWithRequest() in [url=]Http.php line 170[/url]
  • at Http->run() in [url=]index.php line 24[/url]


zxcbbbb 发表于 2021-6-5 13:35 | 显示全部楼层
首页默认显示某个关键词的产品  设置了    限时秒杀 爆款抢购无效  不调用设置的关键词产品

0

主题

7

回帖

3万

积分

卷皮VIP

Rank: 10Rank: 10Rank: 10

积分
39468
cmdd 发表于 2021-5-21 16:27 | 显示全部楼层
顶顶顶顶
回复

使用道具 举报

guofeng8936 发表于 2021-5-21 16:33 来自手机 | 显示全部楼层
点个赞……  ………
78816966 发表于 2021-5-21 17:23 | 显示全部楼层
牛逼了,站长
淘宝优惠券尽在www.3721zhe.com
jnyks 发表于 2021-5-23 19:37 | 显示全部楼层
https://hot.58818.cn/
折扣:58818.cn 精选:xinlexiang.com 店铺:d.58818.cn 热门:www.58818.cn
jiang528528 发表于 2021-6-7 10:38 | 显示全部楼层
老大 这个安装好 登陆后台一直验证码错误是什么问题哈

点评

清理一下浏览器缓看看  发表于 2021-6-7 13:23
szhhs实名认证 发表于 2021-7-10 13:01 | 显示全部楼层
有演示版没?
jnyks 发表于 2021-7-10 13:37 | 显示全部楼层
有有有有有有有的
折扣:58818.cn 精选:xinlexiang.com 店铺:d.58818.cn 热门:www.58818.cn
蓝天远 发表于 2021-7-16 16:35 | 显示全部楼层
不错不错支持一下
12下一页
您需要登录后才可以回帖   登录 立即注册

高级模式

|手机版|小黑屋|杨他他淘宝客程序官方论坛

Powered by Discuz! X3.4 © 2001-2024 Comsenz Inc.